"contiguous" option is true by default for paint bucket-like tools

This commit is contained in:
David Capello 2020-05-27 15:18:04 -03:00
parent 1b08d5248c
commit 6d2ddf877b

View File

@ -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;
};