Fixed selection behavior: bounding box now correctly takes into account

transformations of the sources, and selects only those inside the
selection bounding box.
This commit is contained in:
brunoherbelin
2020-09-14 23:04:59 +02:00
parent 34659c4d8a
commit e03db22092
5 changed files with 46 additions and 20 deletions

View File

@@ -207,6 +207,7 @@ void View::select(glm::vec2 A, glm::vec2 B)
}
// set the selection with list of picked (overlaped) sources
Mixer::selection().set(selection);
}
}