mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
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:
parent
02a92a9717
commit
2d0bb97d6e
@ -292,7 +292,6 @@ Qucs_S_SPAR_Viewer::Qucs_S_SPAR_Viewer()
|
|||||||
|
|
||||||
// Lock axis settings button
|
// Lock axis settings button
|
||||||
Lock_axis_settings_Button = new QPushButton("Lock Axes");
|
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()));
|
connect(Lock_axis_settings_Button, SIGNAL(clicked(bool)), SLOT(lock_unlock_axis_settings()));
|
||||||
lock_axis = false;
|
lock_axis = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user