diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-24 14:28:56 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-24 14:29:01 +0200 |
| commit | e8d218109e246b14df0cdf2d818e2575c8108e9f (patch) | |
| tree | 64c3f3ae1acd99f81fd54d6391591663981c9b23 /fluid/fluid.cxx | |
| parent | 5a8a28cbb5fd627dfd032b996cd83d0965d9ac5e (diff) | |
FLUID: Adds much more detailed CodeView
in preparation for "find" and "reveal"
Diffstat (limited to 'fluid/fluid.cxx')
| -rw-r--r-- | fluid/fluid.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index ae4284f3c..c75958493 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -826,6 +826,7 @@ void exit_cb(Fl_Widget *,void *) { svp.set("autorefresh", sv_autorefresh->value()); svp.set("autoposition", sv_autoposition->value()); svp.set("tab", sv_tab->find(sv_tab->value())); + svp.set("code_choice", sv_code_choice); save_position(sourceview_panel,"sourceview_pos"); delete sourceview_panel; sourceview_panel = 0; |
