mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 01:46:58 +08:00
Made homogen the scope of the new fl_tree enum with previous Fl_Tree_Reason enum.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9350 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -225,7 +225,7 @@ Function {} {open
|
||||
user_data 1234
|
||||
callback {G_cb_counter++; // Increment callback counter whenever tree callback is invoked
|
||||
\#if FLTK_ABI_VERSION >= 10302
|
||||
tree->item_reselect_mode(Fl_Tree::FL_TREE_SELECTABLE_ALWAYS);
|
||||
tree->item_reselect_mode(FL_TREE_SELECTABLE_ALWAYS);
|
||||
\#endif
|
||||
Fl_Tree_Item *item = tree->callback_item();
|
||||
if ( item ) {
|
||||
|
||||
Reference in New Issue
Block a user