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
a3cfcda6
Commit
a3cfcda6
authored
7 years ago
by
Konstantin Bulenkov
Browse files
Options
Download
Email Patches
Plain Diff
alloy is not used anymore
parent
53bc1541
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/platform-api/src/com/intellij/ui/table/JBTable.java
+2
-3
platform/platform-api/src/com/intellij/ui/table/JBTable.java
with
2 additions
and
3 deletions
+2
-3
platform/platform-api/src/com/intellij/ui/table/JBTable.java
+
2
-
3
View file @
a3cfcda6
...
...
@@ -21,8 +21,8 @@ import com.intellij.openapi.wm.IdeFocusManager;
import
com.intellij.ui.*
;
import
com.intellij.ui.speedSearch.SpeedSearchSupply
;
import
com.intellij.util.ui.*
;
import
com.intellij.util.ui.update.Activatable
;
import
com.intellij.util.ui.accessibility.ScreenReader
;
import
com.intellij.util.ui.update.Activatable
;
import
com.intellij.util.ui.update.UiNotifyConnector
;
import
org.jetbrains.annotations.NotNull
;
...
...
@@ -528,8 +528,7 @@ public class JBTable extends JTable implements ComponentWithEmptyText, Component
}
private
static
boolean
isTableDecorationSupported
()
{
return
UIUtil
.
isUnderAlloyLookAndFeel
()
||
UIUtil
.
isUnderNativeMacLookAndFeel
()
return
UIUtil
.
isUnderNativeMacLookAndFeel
()
||
UIUtil
.
isUnderDarcula
()
||
UIUtil
.
isUnderIntelliJLaF
()
||
UIUtil
.
isUnderWindowsLookAndFeel
();
...
...
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