mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
FlatLaf.isNativeLookAndFeel() now returns false
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
FlatLaf Change Log
|
||||
==================
|
||||
|
||||
## Unreleased
|
||||
|
||||
- `FlatLaf.isNativeLookAndFeel()` now returns `false`.
|
||||
|
||||
|
||||
## 0.20
|
||||
|
||||
- Support using IntelliJ platform themes (.theme.json files).
|
||||
|
||||
@@ -89,7 +89,7 @@ public abstract class FlatLaf
|
||||
|
||||
@Override
|
||||
public boolean isNativeLookAndFeel() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user