IsShown() now returns false for non-selected wxNotebook pages, see #4343
This commit is contained in:
@@ -64,6 +64,7 @@ public:
|
||||
virtual void Lower() wxOVERRIDE;
|
||||
|
||||
virtual bool Show( bool show = true ) wxOVERRIDE;
|
||||
virtual bool IsShown() const wxOVERRIDE;
|
||||
|
||||
virtual bool IsRetained() const wxOVERRIDE;
|
||||
|
||||
|
Reference in New Issue
Block a user