Commit a3cfcda6 authored by Konstantin Bulenkov's avatar Konstantin Bulenkov
Browse files

alloy is not used anymore

parent 53bc1541
Branches unavailable Tags unavailable
No related merge requests found
Showing with 2 additions and 3 deletions
+2 -3
......@@ -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();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment