]> Shamusworld >> Repos - architektonas/commitdiff
Fix bug which let parallel tool stay active with other tools. :-P
authorShamus Hammons <jlhamm@acm.org>
Wed, 22 Dec 2021 23:56:27 +0000 (17:56 -0600)
committerShamus Hammons <jlhamm@acm.org>
Wed, 22 Dec 2021 23:56:27 +0000 (17:56 -0600)
src/applicationwindow.cpp

index d3f014ff05a2ab51060838b5a0be4f665b800b4f..8c114c8d045c43723dbdd81d7e492a4d89f770e3 100644 (file)
@@ -550,7 +550,7 @@ void ApplicationWindow::ClearUIToolStatesExcept(QAction * exception)
        QAction * actionList[] = {
                addArcAct, addLineAct, addCircleAct, addDimensionAct, addPolygonAct,
                addSplineAct, deleteAct, rotateAct, mirrorAct, trimAct,
-               triangulateAct, 0
+               triangulateAct, parallelAct, 0
        };
 
        for(int i=0; actionList[i]!=0; i++)