Ticket #934 (assigned defect)
Drawing overlay changes tool focus
| Reported by: | bdezonia | Owned by: | dscho |
|---|---|---|---|
| Priority: | major | Milestone: | imagej-2.0.0-beta3 |
| Component: | ij-tool | Version: | |
| Severity: | serious | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: |
Description
If you draw an overlay the active tool goes from the overlay tool you had selected to the selection tool. This might be because we assume user wants to modify the last placed overlay. But maybe the overlay tool should stay active in case you want to lay down a number of rects or points or whatever. It's a little confusing that the tool automatically switches and its a pain to have to reactivate tool over and over.
Change History
Note: See
TracTickets for help on using
tickets.

Maybe each tool can decide whether to activate the selection tool or whether to keep the focus on itself for further input.