Browse Source

Added ColorPicker and zoom to vector toolset

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

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

@@ -125,7 +125,9 @@
           "AntiAliasing": true,
           "AntiAliasing": true,
           "ForceLowDpiRendering": false
           "ForceLowDpiRendering": false
         }
         }
-      }
+      },
+      "ColorPicker",
+      "Zoom"
     ]
     ]
   }
   }
 ]
 ]