Author: spitzak
Date: 2007-07-13 07:16:54 -0700 (Fri, 13 Jul 2007)
New Revision: 5928
Log:
Made mouse wheel stop tooltips from popping up


Modified:
   trunk/src/run.cxx

Modified: trunk/src/run.cxx
===================================================================
--- trunk/src/run.cxx   2007-07-13 14:16:33 UTC (rev 5927)
+++ trunk/src/run.cxx   2007-07-13 14:16:54 UTC (rev 5928)
@@ -1300,6 +1300,10 @@
     to = focus();
     break;
 
+  case MOUSEWHEEL:
+    Tooltip::exit();
+    break;
+
 //default: break;
   }
 

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

Reply via email to