|
|
@ -1020,7 +1020,7 @@ public class EastRegionContainerPane extends UIEastResizableContainer { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public void freshCurrentPopupPane() { |
|
|
|
public void freshCurrentPopupPane() { |
|
|
|
hideCurrentPopupPane(); |
|
|
|
hideCurrentPopupPane(); |
|
|
|
if (currentPopupPane != null && currentButton != null && currentPopupPane.isVisible()) { |
|
|
|
if (currentPopupPane != null && currentButton != null) { |
|
|
|
GUICoreUtils.showPopupMenu(currentPopupPane, currentButton, -currentPopupPane.getPreferredSize().width, 0); |
|
|
|
GUICoreUtils.showPopupMenu(currentPopupPane, currentButton, -currentPopupPane.getPreferredSize().width, 0); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|