mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Some refactoring and documentation, modified Windows dependencies to compile against patched wxWidgets
This commit is contained in:
parent
0923bcec34
commit
31d377d09f
3 changed files with 16 additions and 28 deletions
|
@ -86,6 +86,8 @@ public:
|
|||
wxSizer* sizer {nullptr};
|
||||
column_t extra_column {nullptr};
|
||||
t_change m_on_change { nullptr };
|
||||
// To be called when the field loses focus, to assign a new initial value to the field.
|
||||
// Used by the relative position / rotation / scale manipulation fields of the Object Manipulation UI.
|
||||
t_kill_focus m_fill_empty_value { nullptr };
|
||||
t_kill_focus m_set_focus { nullptr };
|
||||
std::function<DynamicPrintConfig()> m_get_initial_config{ nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue