[ImageJ-bugs] [Bug 1190] New: Drawing an ROI using "D" records the wrong macro command

bugzilla at fiji.sc bugzilla at fiji.sc
Mon Nov 16 12:55:14 CST 2015


http://fiji.sc/bugzilla/show_bug.cgi?id=1190

            Bug ID: 1190
           Summary: Drawing an ROI using "D" records the wrong macro
                    command
           Product: ImageJ
           Version: unspecified
          Hardware: PC
                OS: Mac OS
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Legacy
          Assignee: imagej-bugs at imagej.net
          Reporter: jan.eglinger at gmail.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20151116/42b09ddf/attachment.html>


More information about the Imagej-bugs mailing list