Fixed missing checkbox alignment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -302,6 +302,9 @@ public:
|
||||
wxControl* GetControl() { return m_control; }
|
||||
void SetControl(wxControl* control) { m_control = control; }
|
||||
|
||||
wxGridCellAttr* GetCellAttr() { return m_attr; }
|
||||
void SetCellAttr(wxGridCellAttr* attr) { m_attr = attr; }
|
||||
|
||||
// Creates the actual edit control
|
||||
virtual void Create(wxWindow* parent,
|
||||
wxWindowID id,
|
||||
@@ -368,6 +371,9 @@ protected:
|
||||
// the control we show on screen
|
||||
wxControl* m_control;
|
||||
|
||||
// a temporary pointer to the attribute being edited
|
||||
wxGridCellAttr* m_attr;
|
||||
|
||||
// if we change the colours/font of the control from the default ones, we
|
||||
// must restore the default later and we save them here between calls to
|
||||
// Show(TRUE) and Show(FALSE)
|
||||
|
Reference in New Issue
Block a user