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