mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
Implemented range's min/max Z editing
This commit is contained in:
parent
4756961678
commit
213635f559
4 changed files with 59 additions and 21 deletions
|
@ -18,8 +18,8 @@ class LayerRangeEditor : public wxTextCtrl
|
|||
public:
|
||||
LayerRangeEditor( wxWindow* parent,
|
||||
const wxString& value = wxEmptyString,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
std::function<void(coordf_t val)> edit_fn = [](coordf_t) {; }
|
||||
std::function<void(coordf_t val)> edit_fn = [](coordf_t) {},
|
||||
const bool deletable_after_change = true
|
||||
);
|
||||
~LayerRangeEditor() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue