mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
Add close buttons for individual tabs in Fl_Tabs (#628)
Add close buttons for Fl_Tabs Introducing callback reasons FLUID shows all FL_WHEN_... options Adding Fl_Tabs overflow types Improved test/tabs to show new features
This commit is contained in:
@@ -197,7 +197,7 @@ int CodeEditor::auto_indent(int, CodeEditor* e) {
|
||||
}
|
||||
e->show_insert_position();
|
||||
e->set_changed();
|
||||
if (e->when()&FL_WHEN_CHANGED) e->do_callback();
|
||||
if (e->when()&FL_WHEN_CHANGED) e->do_callback(FL_REASON_CHANGED);
|
||||
|
||||
free(text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user