mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Implemented range's min/max Z editing
This commit is contained in:
@@ -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() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user