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

Results viewer - dark theme support fix

上级 cd9e99ab
......@@ -437,7 +437,7 @@ public class ResultSetViewer extends Viewer
if (filtersPanel == null) {
return defaultBackground;
}
return filtersPanel.getEditControl().getBackground();
return UIStyles.getDefaultTextBackground();
}
@NotNull
......@@ -446,7 +446,7 @@ public class ResultSetViewer extends Viewer
if (filtersPanel == null) {
return defaultForeground;
}
return filtersPanel.getEditControl().getForeground();
return UIStyles.getDefaultTextForeground();
}
private void persistConfig() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册