Ticket #1101 (assigned defect)
Opened 2012-04-13T11:28:13-05:00
Last modified 2013-06-07T16:07:18-05:00
Crop should resize image frame
Reported by: | bdezonia | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | G.Landini@… | Blocked By: | |
Blocking: | #1358 |
Description
In the imagej devel mailing list Gabriel Landini reported:
Maybe it would be a good idea when cropping that the image frame gets resized to match the new image size. I find it odd to have a resizable window that extends beyond the image data on the right and bottom.
Change History
comment:1 Changed 2012-05-04T12:46:36-05:00 by bdezonia
- Owner changed from bdezonia to curtis
- Status changed from new to assigned
comment:2 Changed 2012-05-04T12:49:08-05:00 by curtis
I am looking into some related problems, with work in progress on the fix-displays branch.
comment:5 Changed 2012-07-12T10:26:02-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
comment:7 Changed 2012-09-06T14:06:48-05:00 by curtis
- Blocking 1358 added; 1325 removed
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:8 Changed 2013-06-07T16:07:18-05:00 by curtis
- Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis
Still doesn't work...
This used to work. I've verified that JHotDrawImageCanvas::maybeResizeWindow() is called and actually queues up a pack() call. This may be a display refresh timing issue. Curtis, care to take a look?