Browse Source

Fixed pixel-art flood fill preserving tolerance

Krzysztof Krysiński 4 months ago
parent
commit
f1b7386e45
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/PixiEditor/Data/Configs/ToolSetsConfig.json

+ 6 - 1
src/PixiEditor/Data/Configs/ToolSetsConfig.json

@@ -17,7 +17,12 @@
       "Select",
       "MagicWand",
       "Lasso",
-      "FloodFill",
+      {
+        "ToolName": "FloodFill",
+        "Settings": {
+          "Tolerance": 0
+        }
+      },
       "RasterLine",
       "RasterEllipse",
       "RasterRectangle",