From e8d218109e246b14df0cdf2d818e2575c8108e9f Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 24 Oct 2023 14:28:56 +0200 Subject: FLUID: Adds much more detailed CodeView in preparation for "find" and "reveal" --- fluid/fluid.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/fluid.cxx') 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; -- cgit v1.2.3