Sketcher: Fix double RMB to quite polyline after closed shape

This commit is contained in:
Vincent Belpois
2024-12-02 21:28:41 -06:00
committed by Chris Hennes
parent 6783d674bb
commit c8530ae0a8

View File

@@ -554,6 +554,7 @@ public:
static_cast<int>(lastEndPosId),
firstCurve,
static_cast<int>(firstPosId));
firstsegment = true;
}
Gui::Command::commitCommand();