Fixed incorrect background colour that wxStaticTexts in description box sometimes got

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-12-06 19:01:32 +00:00
parent 3e0e389578
commit 3d1706f8ee
2 changed files with 22 additions and 24 deletions

View File

@@ -715,7 +715,7 @@ protected:
/** (Re)creates/destroys controls, according to the window style bits. */
void RecreateControls();
void RefreshHelpBox( int new_splittery, int new_width, int new_height );
void UpdateDescriptionBox( int new_splittery, int new_width, int new_height );
void RepaintSplitter( wxDC& dc,
int new_splittery,