]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIConsole.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxGUIConsole.cxx
index 3659fa97f2711159291a614f0d97e57cc443733c..e70ca40295ec3f4c36c90a5a01408c2ebed0d9dd 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIConsole.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/04/22 14:30:25 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2008/04/23 14:49:28 $
+  Version:   $Revision: 1.8 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -152,10 +152,12 @@ namespace bbtk
 
         
     // Creates and sets the parent window of all bbtk windows
+    /*
     wxWindow* top = new wxPanel(this,-1);//,_T("top"));
     top->Hide();
     Wx::SetTopWindow(top);
-    
+    */
+    Wx::CreateInvisibleTopWindow(this);
 
     // Layout
 //EED    SetSizer(sizer);