提交 369935e8 编写于 作者: S serge-rider

#3470 QM event browser: do not refresh events in reload is in progress

上级 9405c8aa
......@@ -420,7 +420,9 @@ public class QueryLogViewer extends Viewer implements QMMetaListener, DBPPrefere
@Override
public void handleEvent(Event event) {
logTable.removeListener(SWT.Resize, this);
reloadEvents(null);
if (!reloadInProgress) {
reloadEvents(null);
}
}
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册