mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Added SetLock() function for PrusaLockButton
This commit is contained in:
parent
ab810f4b16
commit
6d7e2b2dd7
4 changed files with 15 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue