提交 19f47f19 编写于 作者: M Mathieu Bastian

Fix init issue

上级 60e49a92
......@@ -100,6 +100,10 @@ public class GraphTopComponent extends TopComponent implements AWTEventListener
executor = Executors.newSingleThreadExecutor(r -> new Thread(r, "GraphTopComponent GL Init"));
initKeyEventContextMenuActionMappings();
if (!Utilities.isMac()) {
initDrawable();
}
}
private void initDrawable() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册