Browse Source

Fixed pixel art magic wand toolset tolerance

Krzysztof Krysiński 1 month ago
parent
commit
0c0c7f8d5f
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

@@ -20,7 +20,12 @@
         }
       },
       "Select",
-      "MagicWand",
+      {
+        "ToolName": "MagicWand",
+        "Settings": {
+          "Tolerance": 0
+        }
+      },
       "Lasso",
       {
         "ToolName": "FloodFill",