comparison libgui/src/main-window.cc @ 29895:744bb06fea2a

avoid connecting non existing signals from variable editor * gui-preferences-global.h: define object name for main window * main-window.cc (main_window): set object name for main window * octave-dock-widget.cc (label_dock_widget::label_dock_widget): connect copy/paste/undo signals only if parent is the main window
author Torsten Lilge <ttl-octave@mailbox.org>
date Mon, 19 Jul 2021 20:09:56 +0200
parents b918ef934b71
children d4d83344d653
comparison
equal deleted inserted replaced
29894:2a14420440b8 29895:744bb06fea2a
129 129
130 // After settings. 130 // After settings.
131 m_octave_qobj.config_translators (); 131 m_octave_qobj.config_translators ();
132 } 132 }
133 133
134 setObjectName (gui_obj_name_main_window);
135
134 rmgr.update_network_settings (); 136 rmgr.update_network_settings ();
135 137
136 // We provide specific terminal capabilities, so ensure that 138 // We provide specific terminal capabilities, so ensure that
137 // TERM is always set appropriately. 139 // TERM is always set appropriately.
138 140