mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 12:39:57 +00:00
Fixed clipping problems dragging selected pixels when other windows are opened.
This commit is contained in:
parent
9902481f51
commit
c5c1f45b96
@ -1129,9 +1129,10 @@ bool Editor::msg_proc(JMessage msg)
|
||||
if (!bounds.isEmpty()) {
|
||||
// Redraw the extra cel in the new position
|
||||
jmouse_hide();
|
||||
editor_draw_sprite(bounds.x, bounds.y,
|
||||
bounds.x+bounds.w-1,
|
||||
bounds.y+bounds.h-1);
|
||||
editors_draw_sprite_tiled(m_sprite,
|
||||
bounds.x, bounds.y,
|
||||
bounds.x+bounds.w-1,
|
||||
bounds.y+bounds.h-1);
|
||||
jmouse_show();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user