From 828d8a0e2b13ff0ae414ddae7f9ca1de1e2c8d88 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 22 Jul 2023 16:01:49 +0200 Subject: FLUID: shell code cleanup --- fluid/fluid.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fluid/fluid.cxx') diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 8ae89785d..2d5b05bde 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -721,6 +721,10 @@ void exit_cb(Fl_Widget *,void *) { delete sourceview_panel; sourceview_panel = 0; } + if (shell_run_window) { + save_position(shell_run_window,"shell_run_Window_pos"); + } + if (about_panel) delete about_panel; if (help_dialog) -- cgit v1.2.3