Salome HOME
Correct redisplay color for AIS_InteractiveObject polyline
authormgn <mgn@opencascade.com>
Fri, 20 Feb 2015 14:26:36 +0000 (17:26 +0300)
committervsr <vsr@opencascade.com>
Thu, 5 Mar 2015 15:47:51 +0000 (18:47 +0300)
src/EntityGUI/EntityGUI_PolylineDlg.cxx

index 71aeef10337c42220f4993d6d684791dc6aa11cd..881bbcbf053cfa72810f02a96460ba8d2012c792 100644 (file)
@@ -789,6 +789,7 @@ void EntityGUI_PolylineDlg::displayPreview()
 
         // Set color for temporary AIS_InteractiveObject
         anAISObj->Attributes()->WireAspect()->SetColor( Quantity_NOC_VIOLET );
+        aCtx->Redisplay( anAISObj );
       }
     }
   }