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
|
||||
fileNameTextbox.setValue(imageFile.getName());
|
||||
invalidate();
|
||||
if (ThemeManager.isUseCSSForWindowSize())
|
||||
{
|
||||
ZKUpdateUtil.setCSSHeight(this);
|
||||
ZKUpdateUtil.setCSSWidth(this);
|
||||
}
|
||||
mainLayout.invalidate();
|
||||
|
||||
// Save info
|
||||
if (m_mImage == null)
|
||||
|
|
Loading…
Reference in New Issue