Author: manolo
Date: 2012-04-04 09:41:40 -0700 (Wed, 04 Apr 2012)
New Revision: 9322
Log:
Import same modification from 1.3

Modified:
   branches/branch-3.0/src/fltk3/cocoa.mm

Modified: branches/branch-3.0/src/fltk3/cocoa.mm
===================================================================
--- branches/branch-3.0/src/fltk3/cocoa.mm      2012-04-04 16:33:09 UTC (rev 
9321)
+++ branches/branch-3.0/src/fltk3/cocoa.mm      2012-04-04 16:41:40 UTC (rev 
9322)
@@ -565,7 +565,7 @@
 }
 - (BOOL)canBecomeKeyWindow
 {
-  return YES;
+  return !w->tooltip_window();
 }
 @end
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to