changeset 27691:fb9258fcf14b

prevent editor from closing too early (bug #57226) * file-editor.cc (handle_tab_ready_to_close): remove extra close statement
author Torsten Lilge <ttl-octave@mailbox.org>
date Thu, 14 Nov 2019 21:53:38 +0100
parents c81139d8dcc3
children e557774a2604
files libgui/src/m-editor/file-editor.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc	Thu Nov 14 15:21:49 2019 -0500
+++ b/libgui/src/m-editor/file-editor.cc	Thu Nov 14 21:53:38 2019 +0100
@@ -494,8 +494,6 @@
     m_tab_widget->clear ();
 
     setVisible (vis);
-
-    octave_dock_widget::close ();
   }
 
   void file_editor::request_new_file (const QString& commands)