ecere;GuiApplication: allow the only top window of an application to hide itself...
authorRejean Loyer <redj@ecere.com>
Mon, 15 Sep 2014 06:20:05 +0000 (02:20 -0400)
committerRejean Loyer <redj@ecere.com>
Mon, 16 Mar 2015 05:31:38 +0000 (01:31 -0400)
ecere/src/gui/GuiApplication.ec

index bb7fd95..e1731ad 100644 (file)
@@ -732,7 +732,7 @@ public:
                }
 
                for(child = desktop.children.first; child; child = child.next)
-                  if(child.created && child.visible)
+                  if(child.created)
                      break;
                if(!child) break;