#631 menu, explorer and flybutton image path update

This commit is contained in:
agriyadev5
2021-09-21 17:41:06 +05:30
parent 36ff98c499
commit 5ed960cb1a
7 changed files with 56 additions and 14 deletions

View File

@@ -110,6 +110,7 @@ export default {
});
$id("tool_star").init(svgEditor);
$id("tool_polygon").init(svgEditor);
$id("tools_polygon").init(svgEditor);
const label0 = `${name}:contextTools.0.label`;
const title0 = `${name}:contextTools.0.title`;

View File

@@ -54,6 +54,7 @@ export default {
canv.setMode(modeId);
}
});
$id('tool_shapelib').init(svgEditor);
}
},
mouseDown (opts) {