mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
"contiguous" option is true by default for paint bucket-like tools
This commit is contained in:
parent
1b08d5248c
commit
6d2ddf877b
@ -44,7 +44,7 @@ namespace app {
|
||||
// "data/pref.xml" file.
|
||||
int opacity = 255;
|
||||
int tolerance = 0;
|
||||
bool contiguous = false;
|
||||
bool contiguous = true;
|
||||
tools::FreehandAlgorithm freehandAlgorithm = tools::FreehandAlgorithm::DEFAULT;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user