提交 3054a281 编写于 作者: J jurgen

Disconnect job update

Former-commit-id: 1358f2fd
上级 a1a62c2f
BUG: connect/disconnect actions not updated on disconnect (sometimes)
Data transfer DECIMAL(x,y) types convert.
Extract non-visual part to a separate plugin (preferences + editors)
RSV find/replace action
......
......@@ -59,6 +59,13 @@ public class DisconnectJob extends EventProcessorJob
catch (Throwable ex) {
connectStatus = RuntimeUtils.makeExceptionStatus(ex);
}
// Add 100ms pause to bring job progress dialog up.
// Stupid workaround to update workbench actions
try {
Thread.sleep(100);
} catch (InterruptedException e) {
e.printStackTrace();
}
return Status.OK_STATUS;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册