Fix for the last commit

This commit is contained in:
YuSanka 2019-07-02 15:26:11 +02:00
parent b835075fd6
commit 0bcad2a5c5
3 changed files with 31 additions and 18 deletions

View file

@ -73,13 +73,12 @@ public:
void create_layers_list();
void update_layers_list();
void update_scene_from_editor_selection(const t_layer_height_range& range, EditorType type) const;
void update_scene_from_editor_selection() const;
void UpdateAndShow(const bool show) override;
void msw_rescale();
const t_layer_height_range& get_selectable_range() const { return m_selectable_range; }
EditorType get_selection_type() const { return m_selection_type; }
void reset_selection();
void set_selectable_range(const t_layer_height_range& range) { m_selectable_range = range; }
friend class LayerRangeEditor;
};