]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
#1150 Tab buttons problems
authornds <nds@opencascade.com>
Fri, 25 Dec 2015 14:25:42 +0000 (17:25 +0300)
committernds <nds@opencascade.com>
Fri, 25 Dec 2015 14:26:11 +0000 (17:26 +0300)
#1112 tab key doesn't work on the last field of left panels
Regression during the circle creation: the second restarted circle has no active control.

src/XGUI/XGUI_PropertyPanel.cpp

index e2ffb4d1d7cbb7dff85d7580d332236984608803..8d6c543ddc6760ef4852d6d1165f163587e4ad23 100755 (executable)
@@ -167,7 +167,7 @@ void XGUI_PropertyPanel::onActivateNextWidget(ModuleBase_ModelWidget* theWidget)
   // it is important for features where in cases the same attributes are used, isCase for this
   // attribute returns true, however it can be placed in hidden stack widget(extrusion: elements,
   // sketch multi rotation -> single/full point)
-  activateNextWidget(theWidget, true);
+  activateNextWidget(theWidget, false); // true
 }