Skecher: Rendering order

========================

Recently the rendering order functionality was temporarely removed, as it interferred with the development of visual layers.

However, the release comes before visual layers are finished and can provide such functionality.

This commit reintroduces the functionality for the release.
This commit is contained in:
Abdullah Tahiri
2023-05-17 14:58:15 +02:00
committed by abdullahtahiriyo
parent 991ceea306
commit 87aec0d9ed
2 changed files with 229 additions and 1 deletions

View File

@@ -511,7 +511,8 @@ template <>
inline void SketcherAddWorkbenchEditTools<Gui::ToolBarItem>(Gui::ToolBarItem& edittools)
{
edittools << "Sketcher_Grid"
<< "Sketcher_Snap";
<< "Sketcher_Snap"
<< "Sketcher_RenderingOrder";
}
void addSketcherWorkbenchSketchActions(Gui::MenuItem& sketch)