adding isFlipped to userpane

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2012-12-23 15:46:39 +00:00
parent c551dc29e7
commit 2c31fcd730

View File

@@ -783,6 +783,14 @@ void wxWidgetCocoaImpl::SetupMouseEvent( wxMouseEvent &wxevent , NSEvent * nsEve
}
[super removeTrackingRect:tag];
}
#if wxOSX_USE_NATIVE_FLIPPED
- (BOOL)isFlipped
{
return YES;
}
#endif
@end // wxNSView
//