From ae2a4a9851b7b08b5956522d790b8e9190249bb5 Mon Sep 17 00:00:00 2001 From: nds Date: Fri, 25 Dec 2015 17:25:42 +0300 Subject: [PATCH] #1150 Tab buttons problems #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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XGUI/XGUI_PropertyPanel.cpp b/src/XGUI/XGUI_PropertyPanel.cpp index e2ffb4d1d..8d6c543dd 100755 --- a/src/XGUI/XGUI_PropertyPanel.cpp +++ b/src/XGUI/XGUI_PropertyPanel.cpp @@ -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 } -- 2.39.2