typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2931,7 +2931,7 @@ bool wxGenericTreeCtrl::SetBackgroundColour(const wxColour& colour)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
}bool wxGenericTreeCtrl::SetForegroundColour(const wxColour& colour)
|
||||
bool wxGenericTreeCtrl::SetForegroundColour(const wxColour& colour)
|
||||
{
|
||||
if ( !wxWindow::SetForegroundColour(colour) )
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user