Fix issue 460: brush 180° rotation. Also, the keyboard shortcut had no effect at all
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2008 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -934,7 +934,7 @@ void Main_handler(void)
|
||||
break;
|
||||
case SPECIAL_ROTATE_180 : // 180° brush rotation
|
||||
Hide_cursor();
|
||||
Rotate_180_deg_lowlevel(Brush, Brush_width, Brush_height);
|
||||
Rotate_180_deg_lowlevel(Brush_original_pixels, Brush_width, Brush_height);
|
||||
// Remap according to the last used remap table
|
||||
Remap_general_lowlevel(Brush_colormap,Brush_original_pixels,Brush,Brush_width,Brush_height,Brush_width);
|
||||
Brush_offset_X=(Brush_width>>1);
|
||||
|
||||
Reference in New Issue
Block a user