提交 acac4424 编写于 作者: S Serge Rider

#5066 Connection color detect fix

上级 809aac88
......@@ -66,6 +66,9 @@ public class CustomSelectedTabFillHandler extends CSSPropertye4SelectedTabFillHa
static Color getCurrentConnectionColor() {
Color color = null;
try {
if (UIUtils.isInDialog()) {
return null;
}
IWorkbenchWindow workbenchWindow = UIUtils.getActiveWorkbenchWindow();
if (workbenchWindow != null) {
IWorkbenchPage activePage = workbenchWindow.getActivePage();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册