mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Remove unnecessary ContextWriter at the end of SpriteSizeCommand
This commit is contained in:
parent
8e150dcbee
commit
0f4705e67b
@ -257,8 +257,7 @@ void SpriteSizeCommand::onExecute(Context* context)
|
||||
job.waitJob();
|
||||
}
|
||||
|
||||
ContextWriter writer(reader);
|
||||
update_screen_for_document(writer.document());
|
||||
update_screen_for_document(reader.document());
|
||||
}
|
||||
|
||||
void SpriteSizeCommand::onLockRatioClick()
|
||||
|
Loading…
Reference in New Issue
Block a user