Rectangle selection in 3D scene -> rendering

This commit is contained in:
Enrico Turri 2019-04-25 09:10:03 +02:00
parent b557336fa6
commit ec2f319a3d
3 changed files with 36 additions and 2 deletions

View file

@ -452,6 +452,7 @@ private:
bool m_moving;
bool m_tab_down;
ECursorType m_cursor_type;
GLSelectionRectangle m_rectangle_selection;
// Following variable is obsolete and it should be safe to remove it.
// I just don't want to do it now before a release (Lukas Matena 24.3.2019)