Ticket #874 (closed defect: fixed)
Opened 2011-11-17T11:25:38-06:00
Last modified 2012-02-13T16:41:52-06:00
Make overlay drawing tools respect OptionsOverlay settings
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | UI Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The various adapters in ij-ui-swing-tools (such as RectangleAdpater, EllipseAdpater, ...) use their own set of default drawing attributes. Make them use the settings specified by the OptionsOverlay class. Will need to create a dependency from this project to ij-options.
This was fixed some time ago