IDEMPIERE-3544 Problem with Uploading Logo on Organization Info window

This commit is contained in:
Heng Sin Low 2017-11-06 22:17:13 +08:00
parent f005a63d38
commit b0c75acc7f
1 changed files with 5 additions and 0 deletions

View File

@ -347,6 +347,11 @@ public class WImageDialog extends Window implements EventListener<Event>
// OK
fileNameTextbox.setValue(imageFile.getName());
invalidate();
if (ThemeManager.isUseCSSForWindowSize())
{
ZKUpdateUtil.setCSSHeight(this);
ZKUpdateUtil.setCSSWidth(this);
}
// Save info
if (m_mImage == null)