<html>
<head>
<base href="http://fiji.sc/bugzilla/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Drawing an ROI using "D" records the wrong macro command"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=1190">1190</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Drawing an ROI using "D" records the wrong macro command
</td>
</tr>
<tr>
<th>Product</th>
<td>ImageJ
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Mac OS
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>minor
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5
</td>
</tr>
<tr>
<th>Component</th>
<td>Legacy
</td>
</tr>
<tr>
<th>Assignee</th>
<td>imagej-bugs@imagej.net
</td>
</tr>
<tr>
<th>Reporter</th>
<td>jan.eglinger@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>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:
<a href="http://stackoverflow.com/q/33715555/1919049">http://stackoverflow.com/q/33715555/1919049</a></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>