mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't add many popup handlers on L&F change (it causes popup menu to appear after a significant delay and blinking)
This commit is contained in:
@@ -451,14 +451,6 @@ public class ChangesListView extends Tree implements TypeSafeDataProvider, Advan
|
||||
PopupHandler.installPopupHandler(this, myMenuGroup, ActionPlaces.CHANGES_VIEW_POPUP, ActionManager.getInstance());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateUI() {
|
||||
super.updateUI();
|
||||
if (myMenuGroup != null) {
|
||||
updateMenu();
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings({"UtilityClassWithoutPrivateConstructor"})
|
||||
private static class DragImageFactory {
|
||||
private static void drawSelection(JTable table, int column, Graphics g, final int width) {
|
||||
|
||||
Reference in New Issue
Block a user