]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/window.mm
deTABbed wxQsort()
[wxWidgets.git] / src / cocoa / window.mm
index 23fee50c2aceb67e27a6786d0badf57845bbe2ed..2eaaafc97baa0cb1623ee4c1b09574d0f91d3d07 100644 (file)
@@ -24,6 +24,7 @@
 #include "wx/cocoa/string.h"
 #include "wx/cocoa/trackingrectmanager.h"
 
+#import <Foundation/NSArray.h>
 #import <Foundation/NSRunLoop.h>
 #include "wx/cocoa/objc/NSView.h"
 #import <AppKit/NSEvent.h>
@@ -1031,8 +1032,8 @@ void wxWindow::DoSetVirtualSize( int x, int y )
 
 bool wxWindow::SetFont(const wxFont& font)
 {
-    // TODO
-    return true;
+    // FIXME: We may need to handle wx font inheritance.
+    return wxWindowBase::SetFont(font);
 }
 
 #if 0 // these are used when debugging the algorithm.