]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/menuitem.mm
Fit modeless preferences dialog to its contents too.
[wxWidgets.git] / src / osx / cocoa / menuitem.mm
index a25ee8bcfa2df01f59df22f368fc1647f7e0b20a..0c6c930e32d91c516851e6c8ad00452e127c3b3d 100644 (file)
@@ -33,8 +33,11 @@ struct Mapping
 
 Mapping sActionToWXMapping[] =
 {
+// as we don't have NSUndoManager support we must not use the native actions
+#if 0
     { wxID_UNDO, @selector(undo:) },
     { wxID_REDO, @selector(redo:) },
+#endif
     { wxID_CUT, @selector(cut:) },
     { wxID_COPY, @selector(copy:) },
     { wxID_PASTE, @selector(paste:) },