mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
Visual hints for layers editing enabled whenever a layer is selected into the objects list
This commit is contained in:
parent
125f474f02
commit
b835075fd6
3 changed files with 18 additions and 8 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue