mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 12:44:53 +00:00
Make grid visible in SelectionAsGrid command
This commit is contained in:
parent
0ec21a461a
commit
a4e5d47ed4
@ -122,6 +122,8 @@ protected:
|
|||||||
Preferences::instance().document(ctx->activeDocument());
|
Preferences::instance().document(ctx->activeDocument());
|
||||||
|
|
||||||
docPref.grid.bounds(mask->bounds());
|
docPref.grid.bounds(mask->bounds());
|
||||||
|
if (!docPref.grid.visible())
|
||||||
|
docPref.grid.visible(true);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user