mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-17 08:43:11 +00:00
Fix mini editor problem: brush preview wasn't being shown
This commit is contained in:
parent
cd913f7619
commit
8b4edc2f50
@ -251,6 +251,7 @@ void MiniEditorWindow::updateUsingEditor(Editor* editor)
|
||||
}
|
||||
|
||||
miniEditor->centerInSpritePoint(pt.x, pt.y);
|
||||
miniEditor->setLayer(editor->layer());
|
||||
miniEditor->setFrame(editor->frame());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user