Ticket #783 (closed defect: fixed)
Opened 2011-09-22T16:33:22-05:00
Last modified 2011-09-25T20:22:26-05:00
Add Data hatching extra slider windows
Reported by: | bdezonia | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Open a 2d sample image (like Lena or Boats). Add an axis like Z or T or even Polarization. In addition to the updating of the existing image a couple empty image windows with sliders pop up. If you manipulate these sliders the one good image window gets updated. Note the bogus image windows are labeled "outputs". Curtis, reassign as needed.
Change History
comment:1 Changed 2011-09-22T23:17:03-05:00 by curtis
comment:2 Changed 2011-09-23T08:51:43-05:00 by bdezonia
Toggle between using the SwingEventService (has problem) and the ThreadSafeEventService (does not have problem).
comment:3 Changed 2011-09-25T20:22:26-05:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
Fixed in bb5f82403503a9b93359151b3df02b9689e3a128.
Using git bisect, I determined that this bug was introduced in 03fe7d52d0fcd29d9288720813544b517463b7ec. More investigation is needed to determine why, though.