Skip to content

Commit af2f02b

Browse files
committed
🐛 Flags++
1 parent f0b7e9d commit af2f02b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/io/flutter/actions/DeviceSelectorAction.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ private void updateComponentChildrenStyles(@NotNull JComponent parent) {
6868
jComponent.setOpaque(false);
6969

7070
if (child instanceof JButton jButton) {
71+
jButton.setBorderPainted(false);
72+
jButton.setRolloverEnabled(true);
7173
// Make sure the button uses correct background & foreground.
7274
jButton.setBackground(JBColor.background());
7375
jButton.setForeground(JBColor.foreground());

0 commit comments

Comments
 (0)