Set focus to the main grid window in wxGrid::SetFocus()
After changing wxGrid to not inherit from wxPanel, this needs to be done explicitly now.
This commit is contained in:
@@ -1948,6 +1948,7 @@ public:
|
||||
|
||||
// override some base class functions
|
||||
virtual void Fit() wxOVERRIDE;
|
||||
virtual void SetFocus() wxOVERRIDE;
|
||||
|
||||
// implementation only
|
||||
void CancelMouseCapture();
|
||||
|
Reference in New Issue
Block a user