IDEMPIERE-369 Master Detail layout improvements. Fixed occasional popup auto open in the bottom of browser window.
This commit is contained in:
parent
9c12eb0fe2
commit
ebb924a46c
|
@ -434,6 +434,7 @@ public class DetailPane extends Panel implements EventListener<Event>, IdSpace {
|
|||
|
||||
|
||||
msgPopup = new Window();
|
||||
msgPopup.setVisible(false);
|
||||
msgPopup.setBorder(true);
|
||||
msgPopup.setClosable(true);
|
||||
msgPopup.setSizable(true);
|
||||
|
|
Loading…
Reference in New Issue