From: <ma...@us...> - 2003-11-21 02:56:00
|
Update of /cvsroot/sharedaemon/ui-wx/src In directory sc8-pr-cvs1:/tmp/cvs-serv29032 Modified Files: SBPanel.cpp Log Message: Fixes refreshing problem on win32. Index: SBPanel.cpp =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/src/SBPanel.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- SBPanel.cpp 20 Nov 2003 01:27:26 -0000 1.2 +++ SBPanel.cpp 21 Nov 2003 02:55:55 -0000 1.3 @@ -96,7 +96,7 @@ GetParent()->GetSizer()->Layout(); ::wxGetTopLevelParent(this)->Layout(); - + GetParent()->Refresh(); } /** |