BF [ 1666591 ] Toolbar should not be floatable
This commit is contained in:
parent
191def43cf
commit
0a5ce6b0a8
|
@ -151,6 +151,7 @@ public final class APanel extends CPanel
|
||||||
northLayout.setAlignment(FlowLayout.LEFT);
|
northLayout.setAlignment(FlowLayout.LEFT);
|
||||||
toolBar.putClientProperty("JToolBar.isRollover", Boolean.TRUE);
|
toolBar.putClientProperty("JToolBar.isRollover", Boolean.TRUE);
|
||||||
toolBar.setBorderPainted(false);
|
toolBar.setBorderPainted(false);
|
||||||
|
toolBar.setFloatable(false); // teo_sarca, [ 1666591 ] Toolbar should not be floatable
|
||||||
northPanel.add(toolBar, null);
|
northPanel.add(toolBar, null);
|
||||||
} // jbInit
|
} // jbInit
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue