Salome HOME
Issue #327: Update presentation on width changed
authorvsv <vitaly.smetannikov@opencascade.com>
Mon, 29 Dec 2014 13:07:35 +0000 (16:07 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Mon, 29 Dec 2014 13:07:35 +0000 (16:07 +0300)
src/GeomAPI/GeomAPI_AISObject.cpp

index a2b39e45217fcb1ae3427531db1eb20ffab599a0..6be05290b1d06ac86d6ad5cc2c7f8c252ea6cc94 100644 (file)
@@ -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)