Sketcher: Rename 'FocusOut' signal to 'TabOrEnterPressed'
This commit is contained in:
@@ -162,7 +162,7 @@ bool SketcherToolDefaultWidget::eventFilter(QObject* object, QEvent* event)
|
||||
if (ke->key() == Qt::Key_Tab || ke->key() == Qt::Key_Return) {
|
||||
for (int i = 0; i < nParameters; i++) {
|
||||
if (object == getParameterSpinBox(i)) {
|
||||
signalParameterFocusOut(i);
|
||||
signalParameterTabOrEnterPressed(i);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user