Implemented range's min/max Z editing

This commit is contained in:
YuSanka 2019-06-04 17:30:44 +02:00
parent 4756961678
commit 213635f559
4 changed files with 59 additions and 21 deletions

View file

@ -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() {}