提交 516acf6f 编写于 作者: S serge-rider

#3233 Results viewer status bar contents update fix

上级 94510a38
......@@ -491,7 +491,7 @@ public class ResultSetViewer extends Viewer
} finally {
if (changed) {
// Update combo
statusBar.setRedraw(false);
viewerPanel.setRedraw(false);
try {
boolean pVisible = activePresentationDescriptor != null;
((RowData)presentationSwitchToolbar.getLayoutData()).exclude = !pVisible;
......@@ -520,10 +520,10 @@ public class ResultSetViewer extends Viewer
});
}
}
statusBar.layout();
viewerPanel.layout();
} finally {
// Enable redraw
statusBar.setRedraw(true);
viewerPanel.setRedraw(true);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册