提交 3041a23e 编写于 作者: S Serge Rider

RSV presentation activation fix (flickering)

上级 21cafb2d
......@@ -701,10 +701,11 @@ public class ResultSetViewer extends Viewer
}
activateDefaultPanels(settings);
}
showPanels(panelsVisible, false, false);
viewerSash.setOrientation(verticalLayout ? SWT.VERTICAL : SWT.HORIZONTAL);
viewerSash.setWeights(panelWeights);
showPanels(panelsVisible, false, false);
if (!availablePanels.isEmpty()) {
VerticalButton panelsButton = new VerticalButton(panelSwitchFolder, SWT.RIGHT | SWT.CHECK);
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册