|
|
|
@ -1019,9 +1019,9 @@ public class EastRegionContainerPane extends UIEastResizableContainer {
|
|
|
|
|
* @date: 2020/7/30 11:39 |
|
|
|
|
*/ |
|
|
|
|
public void freshCurrentPopupPane() { |
|
|
|
|
if(currentPopupPane.isVisible()){ |
|
|
|
|
if (currentPopupPane != null && currentPopupPane.isVisible()) { |
|
|
|
|
hideCurrentPopupPane(); |
|
|
|
|
if (currentPopupPane != null && currentButton != null && !isRightPaneVisible()) { |
|
|
|
|
if (currentButton != null && !isRightPaneVisible()) { |
|
|
|
|
GUICoreUtils.showPopupMenu(currentPopupPane, currentButton, -currentPopupPane.getPreferredSize().width, 0); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|