mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Visual hints for layers editing enabled whenever a layer is selected into the objects list
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user