mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 08:06:35 +08:00
Loading a file would not update the Widget Propertis dialog in FLUID (STR #1326)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5212 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
CHANGES IN FLTK 1.1.8
|
CHANGES IN FLTK 1.1.8
|
||||||
|
|
||||||
|
- Loading a file would not update the Widget
|
||||||
|
Propertis dialog in FLUID (STR #1326)
|
||||||
- Fixed key compose sequences for
|
- Fixed key compose sequences for
|
||||||
shifted keys (STR #1194)
|
shifted keys (STR #1194)
|
||||||
- Added text selection and copy to Fl_Help_View.
|
- Added text selection and copy to Fl_Help_View.
|
||||||
|
|||||||
@@ -504,6 +504,7 @@ int read_file(const char *filename, int merge) {
|
|||||||
if (o->is_menu_button()) o->add_child(0,0);
|
if (o->is_menu_button()) o->add_child(0,0);
|
||||||
for (o = Fl_Type::first; o; o = o->next)
|
for (o = Fl_Type::first; o; o = o->next)
|
||||||
if (o->selected) {Fl_Type::current = o; break;}
|
if (o->selected) {Fl_Type::current = o; break;}
|
||||||
|
selection_changed(Fl_Type::current);
|
||||||
return close_read();
|
return close_read();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user