IDEMPIERE-1711 / revert one-line change to restore IDEMPIERE-800 functionality / thanks to hieplq for pointing to the solution
This commit is contained in:
parent
60d2583f21
commit
f408e885ff
|
@ -222,7 +222,7 @@ public abstract class InfoPanel extends Window implements EventListener<Event>,
|
||||||
setStyle("position: absolute");
|
setStyle("position: absolute");
|
||||||
}
|
}
|
||||||
|
|
||||||
confirmPanel = new ConfirmPanel(true, true, false, true, true, true, true, false); // Elaine 2008/12/16
|
confirmPanel = new ConfirmPanel(true, true, false, true, true, true); // Elaine 2008/12/16
|
||||||
confirmPanel.addActionListener(Events.ON_CLICK, this);
|
confirmPanel.addActionListener(Events.ON_CLICK, this);
|
||||||
confirmPanel.setHflex("1");
|
confirmPanel.setHflex("1");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue