mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Added "info" tooltip for a LockButton on Manipulation panel (#2539)
This commit is contained in:
parent
09f4831f4e
commit
fe395546f0
3 changed files with 13 additions and 3 deletions
|
@ -2472,6 +2472,9 @@ LockButton::LockButton( wxWindow *parent,
|
|||
|
||||
void LockButton::OnButton(wxCommandEvent& event)
|
||||
{
|
||||
if (m_disabled)
|
||||
return;
|
||||
|
||||
m_is_pushed = !m_is_pushed;
|
||||
enter_button(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue