]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.backend.cocoa.views: clickthrough is bullshit
authorJoe Groff <arcata@gmail.com>
Wed, 23 Nov 2011 19:29:03 +0000 (11:29 -0800)
committerJoe Groff <arcata@gmail.com>
Wed, 23 Nov 2011 19:29:03 +0000 (11:29 -0800)
I don't care what Slava thinks

basis/ui/backend/cocoa/views/views.factor

index 7837402701bd46f7fa028f9475ceaddf521eed84..788939f23adbfe0c85472344163cc5d1ba342a70 100644 (file)
@@ -152,7 +152,7 @@ CLASS: FactorView < NSOpenGLView NSTextInput
     METHOD: void drawRect: NSRect rect [ self window [ draw-world ] when* ]
 
     ! Events
-    METHOD: char acceptsFirstMouse: id event [ 1 ]
+    METHOD: char acceptsFirstMouse: id event [ 0 ]
 
     METHOD: void mouseEntered: id event [ self event send-mouse-moved ]