From 75d7f663c7784d1d5a516c7fe97cfedbfa5fdb1b Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 29 Dec 2014 16:07:35 +0300 Subject: [PATCH] Issue #327: Update presentation on width changed --- src/GeomAPI/GeomAPI_AISObject.cpp | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2