mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -06:00
Seam gizmo created on frontend
This commit is contained in:
parent
db7559157c
commit
01b59ff57b
12 changed files with 323 additions and 37 deletions
|
@ -124,7 +124,6 @@ public:
|
|||
void set_state(EState state) { m_state = state; on_set_state(); }
|
||||
|
||||
int get_shortcut_key() const { return m_shortcut_key; }
|
||||
void set_shortcut_key(int key) { m_shortcut_key = key; }
|
||||
|
||||
const std::string& get_icon_filename() const { return m_icon_filename; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue