IDEMPIERE-1711 / revert one-line change to restore IDEMPIERE-800 functionality / thanks to hieplq for pointing to the solution

This commit is contained in:
Carlos Ruiz 2014-05-29 15:58:25 -05:00
parent 60d2583f21
commit f408e885ff
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ public abstract class InfoPanel extends Window implements EventListener<Event>,
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.setHflex("1");