Author: matt
Date: 2011-08-15 13:38:08 -0700 (Mon, 15 Aug 2011)
New Revision: 8971
Log:
Updated UI

Modified:
   branches/branch-3.0/fluid/workspace_panel.cxx

Modified: branches/branch-3.0/fluid/workspace_panel.cxx
===================================================================
--- branches/branch-3.0/fluid/workspace_panel.cxx       2011-08-15 20:20:57 UTC 
(rev 8970)
+++ branches/branch-3.0/fluid/workspace_panel.cxx       2011-08-15 20:38:08 UTC 
(rev 8971)
@@ -87,7 +87,7 @@
 fltk3::MenuItem *mi = (fltk3::MenuItem*)pEnvMenu->menu();
 int level = 0;
 while (mi->label()) {
-  unsigned int me = (intptr_t)mi->user_data();
+  unsigned int me = (int)(long)mi->user_data();
   if (me) {
     fltk3::MultiLabel *ml = new fltk3::MultiLabel;
     ml->labela = (char*)&menu_none_pixmap;

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

Reply via email to