CurveCreator_Displayer* aDisplayer = myCurve->getDisplayer();
if( !aDisplayer )
return;
- QList<int> aSelSections = aPanel->getSelectedSections();
- for( int i = 0 ; i < myCurve->getNbSections() ; i++ ){
- bool aIsHl = false;
- if( aSelSections.contains(i) ){
- aDisplayer->highlight( myCurve->constructSection(i), aIsHl );
- }
- }
+ //QList<int> aSelSections = aPanel->getSelectedSections();
+ bool aIsHl = false;
+ //if( aSelSections.contains(i) ){
+ aDisplayer->highlight( myCurve->constructWire(), aIsHl );
+ //}
}
void HYDROGUI_PolylineOp::displayPreview()