mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-02 11:59:58 +00:00
Avoid showing original sprite on the change "Color Mode" preview
This commit is contained in:
parent
d5c47e2213
commit
7a28606241
@ -270,7 +270,7 @@ private:
|
||||
m_editor->frame(),
|
||||
m_image.get(),
|
||||
visibleBounds.origin(),
|
||||
doc::BlendMode::NORMAL);
|
||||
doc::BlendMode::SRC);
|
||||
|
||||
m_image->clear(0);
|
||||
m_editor->invalidate();
|
||||
|
Loading…
Reference in New Issue
Block a user