Use native visibility information at this point, as it might trigger during a sequence of hiding/showing events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -486,7 +486,7 @@ void wxTextCtrl::MacSuperChangedPosition()
|
|||||||
|
|
||||||
void wxTextCtrl::MacVisibilityChanged()
|
void wxTextCtrl::MacVisibilityChanged()
|
||||||
{
|
{
|
||||||
GetPeer()->VisibilityChanged( IsShownOnScreen() ) ;
|
GetPeer()->VisibilityChanged( GetPeer()->IsVisible() );
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxTextCtrl::MacCheckSpelling(bool check)
|
void wxTextCtrl::MacCheckSpelling(bool check)
|
||||||
|
Reference in New Issue
Block a user