Lock button: Remove checkable behavior

It is quite weird to have this button checkable. It gives the feeling that the GUI is frozen.
This commit is contained in:
andresmmera 2024-10-18 19:41:01 +02:00
parent 02a92a9717
commit 2d0bb97d6e

View File

@ -292,7 +292,6 @@ Qucs_S_SPAR_Viewer::Qucs_S_SPAR_Viewer()
// Lock axis settings button
Lock_axis_settings_Button = new QPushButton("Lock Axes");
Lock_axis_settings_Button->setCheckable(true);
connect(Lock_axis_settings_Button, SIGNAL(clicked(bool)), SLOT(lock_unlock_axis_settings()));
lock_axis = false;