|
Bugzilla – Bug 1190 |
Drawing an ROI using "D" records the wrong macro command |
Last modified: 2015-11-16 19:29:10 CST |
| ⚠ |
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. |
| Drawing an ROI using "D" records the wrong macro command | |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
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