mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 12:44:53 +00:00
Fix invisible brush edges in certain cases/zoom levels
This commit is contained in:
parent
a0ebecca50
commit
f2fae67734
@ -691,7 +691,6 @@ void Editor::drawOneSpriteUnclippedRect(ui::Graphics* g, const gfx::Rect& sprite
|
|||||||
else {
|
else {
|
||||||
g->blit(tmp, 0, 0, dest.x, dest.y, dest.w, dest.h);
|
g->blit(tmp, 0, 0, dest.x, dest.y, dest.w, dest.h);
|
||||||
}
|
}
|
||||||
m_brushPreview.invalidateRegion(gfx::Region(dest));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user