]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/spinbutt.mm
add wxGTK_CONVs to fix STL and ANSI builds
[wxWidgets.git] / src / cocoa / spinbutt.mm
index a304c38be5be61baca461477ee0e1e409aba6606..53ce3b29a6c764a739010ed45a8157edb01b53c6 100644 (file)
@@ -80,7 +80,7 @@ void wxSpinButton::CocoaTarget_action()
     wxSpinEvent event(wxEVT_SCROLL_THUMBTRACK, GetId());
     event.SetPosition(GetValue());
     event.SetEventObject(this);
-    GetEventHandler()->ProcessEvent(event);
+    HandleWindowEvent(event);
 }
 
 #endif // wxUSE_SPINBTN