FlatLaf.isNativeLookAndFeel() now returns false

This commit is contained in:
Karl Tauber
2019-11-30 15:41:27 +01:00
parent 6ee5234351
commit a14ef72177
2 changed files with 6 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ public abstract class FlatLaf
@Override
public boolean isNativeLookAndFeel() {
return true;
return false;
}
@Override