Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
d8015950
Commit
d8015950
authored
7 years ago
by
Konstantin Bulenkov
Committed by
graann
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
don't use passive foreground in new tool windows
(cherry picked from commit
a7feb6c0
)
parent
ac054b58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/platform-impl/src/com/intellij/openapi/wm/impl/content/ContentTabLabel.java
+1
-1
...com/intellij/openapi/wm/impl/content/ContentTabLabel.java
with
1 addition
and
1 deletion
+1
-1
platform/platform-impl/src/com/intellij/openapi/wm/impl/content/ContentTabLabel.java
+
1
-
1
View file @
d8015950
...
...
@@ -225,7 +225,7 @@ class ContentTabLabel extends BaseLabel {
@Override
protected
Color
getPassiveFg
(
boolean
selected
)
{
if
(
contentManager
().
getContentCount
()
>
1
)
{
return
JBUI
.
CurrentTheme
.
Label
.
disabledF
oreground
(
selected
);
return
JBUI
.
CurrentTheme
.
Label
.
f
oreground
(
selected
);
}
return
super
.
getPassiveFg
(
selected
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help