]> Pileus Git - ~andy/gtk/blobdiff - gdk/quartz/GdkQuartzView.c
Bug 672193 - windows (including menus) shown multiple times don't...
[~andy/gtk] / gdk / quartz / GdkQuartzView.c
index 0b59119f2b6d52220349612fc2e6688e08fe4c84..4058474a3d05ecd78ee1d57465da31bf3263eaad 100644 (file)
                                  owner:self
                               userData:nil
                           assumeInside:NO];
-
-  if (NSPointInRect ([[self window] convertScreenToBase:[NSEvent mouseLocation]], rect))
-    {
-      /* When a new window (and thus view) has been created, and the mouse
-       * is in the window area, we will not receive an NSMouseEntered
-       * event.  Therefore, we synthesize an enter notify event manually.
-       */
-      _gdk_quartz_events_send_enter_notify_event (gdk_window);
-    }
 }
 
 -(void)viewDidMoveToWindow