Skip to content
Snippets Groups Projects
Commit d78f70b6 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Solved a problem when showing the ParamPoly3 information on the GUI.

parent 5401b086
No related branches found
No related tags found
1 merge request!1Param poly3
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment