From 2c31fcd7308c02bcc19e97e9b30de1fd6e332806 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 23 Dec 2012 15:46:39 +0000 Subject: [PATCH] adding isFlipped to userpane git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/cocoa/window.mm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/osx/cocoa/window.mm b/src/osx/cocoa/window.mm index cc1fe8bf63..0f8d583014 100644 --- a/src/osx/cocoa/window.mm +++ b/src/osx/cocoa/window.mm @@ -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 // -- 2.45.2