mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-08 23:08:42 +03:00
Demo: menu item "Options > Window decorations" did exit Demo
(regression in commit ee6a1da709)
This commit is contained in:
@@ -73,7 +73,7 @@ class DemoFrame
|
||||
public void dispose() {
|
||||
super.dispose();
|
||||
|
||||
System.exit( 0 );
|
||||
FlatUIDefaultsInspector.hide();
|
||||
}
|
||||
|
||||
private void showHints() {
|
||||
|
||||
@@ -257,7 +257,7 @@ public class FlatTestFrame
|
||||
public void dispose() {
|
||||
super.dispose();
|
||||
|
||||
System.exit( 0 );
|
||||
FlatUIDefaultsInspector.hide();
|
||||
}
|
||||
|
||||
private void updateTitle() {
|
||||
|
||||
Reference in New Issue
Block a user