Set up default property grid unspecified value colour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -348,8 +348,8 @@ void wxPropertyGrid::Init1()
|
|||||||
m_mouseSide = 16;
|
m_mouseSide = 16;
|
||||||
m_editorFocused = 0;
|
m_editorFocused = 0;
|
||||||
|
|
||||||
// Must set empty but valid data
|
// Set up default unspecified value 'colour'
|
||||||
m_unspecifiedAppearance.SetEmptyData();
|
m_unspecifiedAppearance.SetFgCol(*wxLIGHT_GREY);
|
||||||
|
|
||||||
// Set default keys
|
// Set default keys
|
||||||
AddActionTrigger( wxPG_ACTION_NEXT_PROPERTY, WXK_RIGHT );
|
AddActionTrigger( wxPG_ACTION_NEXT_PROPERTY, WXK_RIGHT );
|
||||||
|
Reference in New Issue
Block a user