New selection -> Improved sychronization of instances selection between 3D scene and right panel

This commit is contained in:
Enrico Turri 2018-10-19 16:14:55 +02:00
parent cc5405e84d
commit 5d94e6adb8
3 changed files with 13 additions and 9 deletions

View file

@ -970,7 +970,9 @@ private:
#else
void _on_move(const std::vector<int>& volume_idxs);
#endif // ENABLE_EXTENDED_SELECTION
#if !ENABLE_EXTENDED_SELECTION
void _on_select(int volume_idx, int object_idx);
#endif // !ENABLE_EXTENDED_SELECTION
// generates the legend texture in dependence of the current shown view type
void _generate_legend_texture(const GCodePreviewData& preview_data, const std::vector<float>& tool_colors);