Kirix Support Forums

Fix for wxAUI-0.9 floating pane closing/reopening

Please post any wxAUI patches or modifications you've created here. Thanks!

Fix for wxAUI-0.9 floating pane closing/reopening

Postby mandrav on Sat Jan 07, 2006 7:35 pm

If you close (*not* dock) a floating pane and then reopen it, it reopens docked instead of floating.
This patch fixes this issue.

Code: Select all
--- manager-base.cpp   Wed Dec 14 18:04:54 2005
+++ manager.cpp   Sat Jan 07 20:25:51 2006
@@ -3044,7 +3060,6 @@
     pane.window->Show(false);
     pane.window->Reparent(m_frame);
     pane.frame = NULL;
-    pane.Dock();
     pane.Hide();
}

mandrav
Registered User
 
Posts: 6
Joined: Sat Jan 07, 2006 2:31 pm
Location: Athens, Greece

Postby Guest on Sun Jan 08, 2006 1:31 am

Also looks good. I'm almost certain you are right.

BWT, All of these patches are released under the wxWindows license, right?
Guest
 

Postby mandrav on Sun Jan 08, 2006 9:54 am

Anonymous wrote:Also looks good. I'm almost certain you are right.

BWT, All of these patches are released under the wxWindows license, right?


Right :)
If I wanted them for myself, I wouldn't have published them ;)
mandrav
Registered User
 
Posts: 6
Joined: Sat Jan 07, 2006 2:31 pm
Location: Athens, Greece

Postby Ben on Mon Jan 09, 2006 4:42 pm

Applied, thanks. You'll see it in 0.9.1 soon.
User avatar
Ben
Kirix Support Team
 
Posts: 525
Joined: Mon Dec 19, 2005 6:29 am

Return to wxAUI Patches & Modifications