Rectangle selection in 3D scene -> selection update

This commit is contained in:
Enrico Turri 2019-04-25 12:31:55 +02:00
parent 16ef4731e7
commit a0640d2d24
2 changed files with 35 additions and 0 deletions

View file

@ -714,6 +714,9 @@ private:
void _resize_toolbars() const;
#endif // !ENABLE_SVG_ICONS
// updates the selection from the content of m_hover_volume_idxs
void _update_selection_from_hover();
static std::vector<float> _parse_colors(const std::vector<std::string>& colors);
public: