Salome HOME
#1041 Sometimes when setting several distance constraints, the first input field...
authornds <nds@opencascade.com>
Thu, 8 Oct 2015 09:49:50 +0000 (12:49 +0300)
committernds <nds@opencascade.com>
Thu, 8 Oct 2015 09:50:13 +0000 (12:50 +0300)
commitd85a451997a34f98485daf742556dec047da4633
tree3c97ab46989130413d601269d34a3bddc8e1843c
parent2e9478dfccc803a06a6c7c4ac4336f8d43acd3c1
#1041 Sometimes when setting several distance constraints, the first input field is inactive

XGUI_PropertyPanel::activateNextWidget: the function is not finished yet, only setFocus is called. During this setFocus, the WidgetEditor leads to restart of the distance operation. When the loop returned back to the activateNextWidget, aNextWidget=0(sometimes or trash) and the empty widget is activated(after the distance operation has been already started with existed active first widget).
src/XGUI/XGUI_PropertyPanel.cpp