IDEMPIERE-3544 Problem with Uploading Logo on Organization Info window
This commit is contained in:
parent
f005a63d38
commit
b0c75acc7f
|
@ -347,6 +347,11 @@ public class WImageDialog extends Window implements EventListener<Event>
|
||||||
// OK
|
// OK
|
||||||
fileNameTextbox.setValue(imageFile.getName());
|
fileNameTextbox.setValue(imageFile.getName());
|
||||||
invalidate();
|
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