From: vsv Date: Mon, 29 Dec 2014 13:07:35 +0000 (+0300) Subject: Issue #327: Update presentation on width changed X-Git-Tag: V_0.7.0_rc1~17^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=75d7f663c7784d1d5a516c7fe97cfedbfa5fdb1b;p=modules%2Fshaper.git Issue #327: Update presentation on width changed --- diff --git a/src/GeomAPI/GeomAPI_AISObject.cpp b/src/GeomAPI/GeomAPI_AISObject.cpp index a2b39e452..6be05290b 100644 --- a/src/GeomAPI/GeomAPI_AISObject.cpp +++ b/src/GeomAPI/GeomAPI_AISObject.cpp @@ -274,6 +274,7 @@ void GeomAPI_AISObject::setWidth(const double& theWidth) if (anAIS.IsNull()) return; anAIS->SetWidth(theWidth); + anAIS->Redisplay(); } void GeomAPI_AISObject::setColor(int theR, int theG, int theB)