mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-12 06:38:19 +00:00
Make "stop at grid" disabled by default (related to #473)
This commit is contained in:
parent
18b4008c6f
commit
03c74ceeb7
@ -232,7 +232,7 @@
|
||||
<option id="speed" type="int" default="32" />
|
||||
</section>
|
||||
<section id="floodfill">
|
||||
<option id="stop_at_grid" type="StopAtGrid" default="StopAtGrid::IF_VISIBLE" />
|
||||
<option id="stop_at_grid" type="StopAtGrid" default="StopAtGrid::NEVER" />
|
||||
<option id="refer_to" type="FillReferTo" default="FillReferTo::ACTIVE_LAYER" />
|
||||
</section>
|
||||
</tool>
|
||||
|
Loading…
Reference in New Issue
Block a user