From: <ma...@us...> - 2003-12-25 05:36:42
|
Update of /cvsroot/sharedaemon/ui-wx/src In directory sc8-pr-cvs1:/tmp/cvs-serv20226 Modified Files: SBPanel.cpp Log Message: Should fix Sidebar panel toggling layout issues. Index: SBPanel.cpp =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/src/SBPanel.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- SBPanel.cpp 24 Dec 2003 07:36:46 -0000 1.13 +++ SBPanel.cpp 25 Dec 2003 05:36:39 -0000 1.14 @@ -116,9 +116,7 @@ mainsizer->Show(content); shown = true; } - GetParent()->Fit(); - GetParent()->GetParent()->Fit(); - wxGetTopLevelParent(this)->Layout(); + GetParent()->Layout(); } /** |