Author: AlbrechtS
Date: 2010-12-15 05:36:06 -0800 (Wed, 15 Dec 2010)
New Revision: 8036
Log:
Make sure that tooltips are always on in test/preferences, even if they
are disabled by system or user options. Otherwise users wouldn't get the
necessary tooltips if someone switched tooltips off.
Modified:
branches/branch-1.3/test/preferences.fl
Modified: branches/branch-1.3/test/preferences.fl
===================================================================
--- branches/branch-1.3/test/preferences.fl 2010-12-15 13:02:36 UTC (rev
8035)
+++ branches/branch-1.3/test/preferences.fl 2010-12-15 13:36:06 UTC (rev
8036)
@@ -238,5 +238,7 @@
xywh {315 275 75 25}
}
}
- code {readPrefs();} {}
+ code {readPrefs();
+ Fl::option(Fl::OPTION_SHOW_TOOLTIPS,1); // make sure tooltips are on !
+} {}
}
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit