Visual hints for layers editing enabled whenever a layer is selected into the objects list

This commit is contained in:
Enrico Turri 2019-07-02 10:34:30 +02:00
parent 125f474f02
commit b835075fd6
3 changed files with 18 additions and 8 deletions

View file

@ -73,11 +73,14 @@ public:
void create_layers_list();
void update_layers_list();
void update_scene_from_editor_selection() const;
void update_scene_from_editor_selection(const t_layer_height_range& range, EditorType type) 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; }
friend class LayerRangeEditor;
};