mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-17 22:20:55 +00:00
Remove reference to the old raster::Dirty object
This commit is contained in:
parent
b2d14b3ce9
commit
975c1bd0a5
@ -337,8 +337,7 @@ public:
|
||||
ExpandCelCanvas::NeedsSource |
|
||||
// If the tool is freehand-like, we can use the modified
|
||||
// region directly as undo information to save the modified
|
||||
// pixels (it's faster than creating a Dirty object).
|
||||
// See ExpandCelCanvas::commit() for details about this flag.
|
||||
// pixels. See ExpandCelCanvas::commit() for details about this flag.
|
||||
(getController()->isFreehand() ?
|
||||
ExpandCelCanvas::UseModifiedRegionAsUndoInfo:
|
||||
ExpandCelCanvas::None)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user