Click the display to select spheres #25
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "select-in-display"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On the incoming branch, you can select a sphere by clicking it in the display. Holding shift while clicking enables multiple selection. These controls match the ones already implemented in the outline view.
Since the selection routine is now used in multiple places, the incoming branch factors it out into the
AppState::select
method.