NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 1190 - Drawing an ROI using "D" records the wrong macro command
Drawing an ROI using "D" records the wrong macro command
Status: RESOLVED FIXED
Product: ImageJ
Classification: Unclassified
Component: Legacy
unspecified
PC Mac OS
: P5 minor
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2015-11-16 12:55 CST by Jan Eglinger
Modified: 2015-11-16 19:29 CST
1 user (show)

See Also:

Description Jan Eglinger 2015-11-16 12:55:14 CST
When hitting "D" to draw the current selection, the macro recorder records:

    run("Draw");

When you use 'Edit > Draw' instead, you get a "Process stack?" dialog, and after selecting "No", the recorded command is:

    run("Draw", "slice");


The keyboard shortcut should record the same command as the menu command, as is the case for the 'Fill' command, where both 'F' and 'Edit > Fill' will record:

    run("Fill", "slice");


See also this post on stackoverflow.com:
http://stackoverflow.com/q/33715555/1919049
Comment 1 Wayne Rasband 2015-11-16 19:29:10 CST
This bug is fixed in the latest ImageJ daily build (1.50e31).