From: nds Date: Fri, 10 Apr 2015 07:17:04 +0000 (+0300) Subject: Unconditionally redisplay of the update object. Test case is X-Git-Tag: V_1.1.0~51^2~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bc76bbfcfda34e324064d405ebfa73269f34d613;p=modules%2Fshaper.git Unconditionally redisplay of the update object. Test case is create sketch, create a line, select a line, click 'Horizontal' constraint, the result is constraint is visualized but the line is not redisplayed. The reason is the mouse cursor is out of the viewer. --- diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index 41c911529..7571de5f1 100644 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -550,7 +550,11 @@ void XGUI_Workshop::onFeatureRedisplayMsg(const std::shared_ptrredisplay(aObj, false); if (myOperationMgr->hasOperation()) { ModuleBase_Operation* aOperation = myOperationMgr->currentOperation(); if (!aOperation->isEditOperation() &&