Ticket #679 (closed defect: fixed)
Opened 2011-07-22T14:38:26-05:00
Last modified 2011-07-29T11:27:59-05:00
Initialize IJ1 settings after IJ2 settings loaded
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
There is incorrect placeholder code in Main.java for setting IJ1's options the first time (after IJ2 settings loaded from disk). Determine where in the manager initialization this should happen.
Change History
comment:1 Changed 2011-07-22T14:41:20-05:00 by bdezonia
comment:2 Changed 2011-07-29T11:27:59-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Forewent event approach. Now just calling optionsSynchronizer.update() in the LegacyService::initialize() method after ij.ImageJ is initialized.
Idea: throw an OptionsLoadedEvent when IJ2 finishes loading settings. Have Legacy layer react to this event by sybcing IJ1 options with IJ2's values.