mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 15:57:12 -06:00
Implemented desktop manager wrapper for already installed desktop manager so the iconifyFrame with small
content snapshot are still available Signed-off-by: Stephan Bodmer <sbodmer@lsi-media.ch>
This commit is contained in:
@@ -47,6 +47,7 @@ public class FlatDesktopPaneUI
|
|||||||
if (old instanceof FlatDesktopManager) return;
|
if (old instanceof FlatDesktopManager) return;
|
||||||
|
|
||||||
if( old == null ) {
|
if( old == null ) {
|
||||||
|
// default version
|
||||||
desktopManager = new FlatDesktopManager();
|
desktopManager = new FlatDesktopManager();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user