mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Added SetLock() function for PrusaLockButton
This commit is contained in:
@@ -851,6 +851,7 @@ public:
|
||||
void OnLeaveBtn(wxMouseEvent& event) { enter_button(false); event.Skip(); }
|
||||
|
||||
bool IsLocked() const { return m_is_pushed; }
|
||||
void SetLock(bool lock);
|
||||
|
||||
protected:
|
||||
void enter_button(const bool enter);
|
||||
|
||||
Reference in New Issue
Block a user