From d78f70b60e6bf1ce60311012305066554114b5ca Mon Sep 17 00:00:00 2001 From: Sergi Hernandez Juan <shernand@iri.upc.edu> Date: Fri, 30 Oct 2020 12:14:07 +0100 Subject: [PATCH] Solved a problem when showing the ParamPoly3 information on the GUI. --- OpenRoadEd/Qt/Tree/RoadTree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRoadEd/Qt/Tree/RoadTree.cpp b/OpenRoadEd/Qt/Tree/RoadTree.cpp index 37991e4..60c0291 100644 --- a/OpenRoadEd/Qt/Tree/RoadTree.cpp +++ b/OpenRoadEd/Qt/Tree/RoadTree.cpp @@ -2183,7 +2183,7 @@ void RoadTree::OnItemActivation( QTreeWidgetItem * item, int column) bool lFirst=false; if(mSelection[1]==0) lFirst=true; - if(lRoadGeometry!=NULL) emit GeometryTurnSelected(lRoadGeometry, lFirst); + if(lRoadGeometry!=NULL) emit GeometryParamPoly3Selected(lRoadGeometry, lFirst); break; } -- GitLab