mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 09:56:59 +00:00
Fix problem with brush preview after using a drawing tool
This commit is contained in:
parent
8923e04a33
commit
204e2a28b7
@ -190,6 +190,8 @@ public:
|
||||
}
|
||||
|
||||
void updateDirtyArea() override {
|
||||
// TODO find a way to avoid calling hide/show brush preview here
|
||||
HideBrushPreview hide(m_editor->brushPreview());
|
||||
m_document->notifySpritePixelsModified(m_sprite, m_dirtyArea);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user