Minor formatting change in SelectTileCommand

This commit is contained in:
David Capello 2020-02-14 14:32:28 -03:00
parent a1317eaede
commit 6b7a593858

View File

@ -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();