Click the display to select spheres #25
No reviewers
Labels
No labels
bug
design
duplicate
enhancement
maintenance
prospective
question
todo
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: StudioInfinity/dyna3#25
Loading…
Add table
Reference in a new issue
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.