mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-01 01:20:25 +00:00
Fix expanded bounds when painting pixels (non-tiles)
This commit is contained in:
parent
2dadd1839c
commit
40a56a6281
@ -531,7 +531,8 @@ public:
|
||||
(getController()->isFreehand() ?
|
||||
ExpandCelCanvas::UseModifiedRegionAsUndoInfo:
|
||||
ExpandCelCanvas::None) |
|
||||
(!m_tilesMode || m_ink->isSelection() ?
|
||||
(m_layer->isTilemap() &&
|
||||
(!m_tilesMode || m_ink->isSelection()) ?
|
||||
ExpandCelCanvas::PixelsBounds:
|
||||
ExpandCelCanvas::None)));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user