223224225226227228229230231232233
if (!popupParent.isDisposed()) { // System.err.println("hiding popup parent"); popupParent.setVisible(false); } // Clean up menu.removeListener(SWT.Hide, this); } }); } if (!menu.isDisposed()) {
414415416417418419420421422423424
if (innerToolBar != null) { innerToolBar.setMenu(null); Menu innerParentMenu = innerToolBar.getParent() .getMenu(); if (innerParentMenu != null) { innerParentMenu.removeListener(SWT.Hide, this); } } } }); }
413414415416417418419420421422423