1 - fixed listbox.cpp to work with events with m_commandString member as wxString (fixing to match recent change)
2 - made wxSystemSettings::GetSystemColour(wxSYS_COLOUR_GRAYTEXT) return better value git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -97,6 +97,7 @@ wxColour wxSystemSettings::GetSystemColour( int index )
|
||||
}
|
||||
return *g_systemBtnFaceColour;
|
||||
}
|
||||
case wxSYS_COLOUR_GRAYTEXT:
|
||||
case wxSYS_COLOUR_BTNSHADOW:
|
||||
{
|
||||
GtkStyle *style = gtk_widget_get_default_style();
|
||||
@@ -109,7 +110,6 @@ wxColour wxSystemSettings::GetSystemColour( int index )
|
||||
}
|
||||
return *g_systemBtnShadowColour;
|
||||
}
|
||||
case wxSYS_COLOUR_GRAYTEXT:
|
||||
case wxSYS_COLOUR_BTNHIGHLIGHT:
|
||||
{
|
||||
GtkStyle *style = gtk_widget_get_default_style();
|
||||
|
Reference in New Issue
Block a user