Fix visual state of enabled/disabled wxPropertyGrid
wxPropertyGrid needs to be refreshed while enabling/disabling to display proper visual states of all wxPGProperty items.
This commit is contained in:
parent
02af9b0295
commit
2a536c359c
2 changed files with 7 additions and 0 deletions
|
|
@ -1457,6 +1457,7 @@ protected:
|
|||
virtual void DoThaw() wxOVERRIDE;
|
||||
|
||||
virtual wxSize DoGetBestSize() const wxOVERRIDE;
|
||||
virtual void DoEnable(bool enable) wxOVERRIDE;
|
||||
|
||||
#ifndef wxPG_ICON_WIDTH
|
||||
wxBitmap *m_expandbmp, *m_collbmp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue