mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Added "info" tooltip for a LockButton on Manipulation panel (#2539)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user