From: mpv Date: Fri, 22 Feb 2019 12:42:26 +0000 (+0300) Subject: Make "Macro" menu be the last, not just after the Sketch. X-Git-Tag: V9_3_0a1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=23086d3bcb90d68235dfd4b2f1365d87b6f6c4f0;p=modules%2Fshaper.git Make "Macro" menu be the last, not just after the Sketch. --- diff --git a/src/Config/plugins.xml.in b/src/Config/plugins.xml.in index a86d9c178..7734d59d8 100644 --- a/src/Config/plugins.xml.in +++ b/src/Config/plugins.xml.in @@ -11,6 +11,7 @@ + @DEFAULT_SOLVER@ diff --git a/src/SketchPlugin/CMakeLists.txt b/src/SketchPlugin/CMakeLists.txt index 66b34b901..787ce8770 100644 --- a/src/SketchPlugin/CMakeLists.txt +++ b/src/SketchPlugin/CMakeLists.txt @@ -125,6 +125,7 @@ SET(PROJECT_LIBRARIES SET(XML_RESOURCES plugin-Sketch.xml + plugin-SketchDrawer.xml ) SET(TEXT_RESOURCES diff --git a/src/SketchPlugin/plugin-Sketch.xml b/src/SketchPlugin/plugin-Sketch.xml index 1042d1802..e44cc0171 100644 --- a/src/SketchPlugin/plugin-Sketch.xml +++ b/src/SketchPlugin/plugin-Sketch.xml @@ -1032,23 +1032,6 @@ - - - - - - - - - - - - - - diff --git a/src/SketchPlugin/plugin-SketchDrawer.xml b/src/SketchPlugin/plugin-SketchDrawer.xml new file mode 100644 index 000000000..44a6bf7a0 --- /dev/null +++ b/src/SketchPlugin/plugin-SketchDrawer.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + +