mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Position(Displacement)/Rotation/Scale for group selection
This commit is contained in:
parent
7041e2b877
commit
9d7b4ce41d
4 changed files with 14 additions and 4 deletions
|
@ -112,7 +112,7 @@ public:
|
|||
}
|
||||
#endif /* __WXGTK__ */
|
||||
|
||||
void append_line(const Line& line, wxStaticText** colored_Label = nullptr);
|
||||
void append_line(const Line& line, wxStaticText** full_Label = nullptr);
|
||||
Line create_single_option_line(const Option& option) const;
|
||||
void append_single_option_line(const Option& option) { append_line(create_single_option_line(option)); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue