mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
Added prototype of an "Undo to system" button
This commit is contained in:
parent
a41e55a773
commit
c3ec40c3cc
5 changed files with 19 additions and 6 deletions
|
@ -89,6 +89,7 @@ public:
|
|||
|
||||
wxStaticText* m_Label = nullptr;
|
||||
wxButton* m_Undo_btn = nullptr;
|
||||
wxButton* m_Undo_to_sys_btn = nullptr;
|
||||
|
||||
/// Fires the enable or disable function, based on the input.
|
||||
inline void toggle(bool en) { en ? enable() : disable(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue