Author: ianmacarthur
Date: 2012-06-22 16:08:27 -0700 (Fri, 22 Jun 2012)
New Revision: 9626
Log:
Fix a typo in the win32 version of the mousewheel changes...



Modified:
   branches/branch-3.0/src/fltk3/win32.cxx

Modified: branches/branch-3.0/src/fltk3/win32.cxx
===================================================================
--- branches/branch-3.0/src/fltk3/win32.cxx     2012-06-21 16:36:38 UTC (rev 
9625)
+++ branches/branch-3.0/src/fltk3/win32.cxx     2012-06-22 23:08:27 UTC (rev 
9626)
@@ -1143,7 +1143,7 @@
     fltk3::e_dy = 0;
     fltk3::e_dx = delta / WHEEL_DELTA;
     delta -= fltk3::e_dx * WHEEL_DELTA;
-    if (fltk3::e_dx) Fl::handle(fltk3::MOUSEWHEEL, window);
+    if (fltk3::e_dx) fltk3::handle(fltk3::MOUSEWHEEL, window);
     return 0;
   }
       

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

Reply via email to