提交 7bbbab21 编写于 作者: S serge-rider

#5300 Calc panel menu handlers fix

上级 d58a6864
......@@ -341,14 +341,10 @@ public class AggregateColumnsPanel implements IResultSetPanel {
}
final Menu contextMenu = menuManager.createContextMenu(aggregateTable);
contextMenu.addMenuListener(new MenuAdapter() {
@Override
public void menuHidden(MenuEvent e) {
menuManager.dispose();
}
});
contextMenu.setLocation(location);
contextMenu.setVisible(true);
aggregateTable.addDisposeListener(e -> menuManager.dispose());
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册