IDEMPIERE-3544 Problem with Uploading Logo on Organization Info window. A better fix.
This commit is contained in:
parent
def8f0adaf
commit
66f1055ae7
|
@ -346,12 +346,7 @@ public class WImageDialog extends Window implements EventListener<Event>
|
||||||
|
|
||||||
// OK
|
// OK
|
||||||
fileNameTextbox.setValue(imageFile.getName());
|
fileNameTextbox.setValue(imageFile.getName());
|
||||||
invalidate();
|
mainLayout.invalidate();
|
||||||
if (ThemeManager.isUseCSSForWindowSize())
|
|
||||||
{
|
|
||||||
ZKUpdateUtil.setCSSHeight(this);
|
|
||||||
ZKUpdateUtil.setCSSWidth(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Save info
|
// Save info
|
||||||
if (m_mImage == null)
|
if (m_mImage == null)
|
||||||
|
|
Loading…
Reference in New Issue