mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-13 19:19:25 +00:00
Minor formatting change in SelectTileCommand
This commit is contained in:
parent
a1317eaede
commit
6b7a593858
@ -102,8 +102,8 @@ void SelectTileCommand::onExecute(Context* ctx)
|
||||
|
||||
// Set the new mask
|
||||
Tx tx(writer.context(),
|
||||
friendlyName(),
|
||||
DoesntModifyDocument);
|
||||
friendlyName(),
|
||||
DoesntModifyDocument);
|
||||
tx(new cmd::SetMask(doc, mask.get()));
|
||||
tx.commit();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user