Utilize stamp rotation control button!
This commit is contained in:
parent
40e96b06b1
commit
ee05855d50
1 changed files with 1 additions and 1 deletions
|
|
@ -6220,7 +6220,7 @@ static void mainloop(void)
|
||||||
if (old_x >= 0 && old_y >= 0 && old_x <= r_canvas.w
|
if (old_x >= 0 && old_y >= 0 && old_x <= r_canvas.w
|
||||||
&& old_y <= r_canvas.h)
|
&& old_y <= r_canvas.h)
|
||||||
{
|
{
|
||||||
if (!no_stamp_rotation)
|
if (!no_stamp_rotation && stamp_rotation_ctrl)
|
||||||
{
|
{
|
||||||
/* Going through stamp rotation step, first */
|
/* Going through stamp rotation step, first */
|
||||||
#if 0
|
#if 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue