Browse Source

Fat finger in last commit

Roger Hughston 18 years ago
parent
commit
8ed57328c2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      panda/src/osxdisplay/osxGraphicsWindow.mm

+ 1 - 2
panda/src/osxdisplay/osxGraphicsWindow.mm

@@ -1305,8 +1305,7 @@ void osxGraphicsWindow::process_events()
 {
     GraphicsWindow::process_events();
 
-    //if (!osx_disable_event_loop)
-	if (!_properties.has_parent_window())
+    if (!osx_disable_event_loop)
     {
       EventRef 		 theEvent;
       EventTargetRef theTarget	=	GetEventDispatcherTarget();