fixes 0003794: Shortcut-Key is executed in edit field of a constraint (Combo View)
This commit is contained in:
@@ -737,11 +737,9 @@ bool QuantitySpinBox::event(QEvent * event)
|
||||
event->accept();
|
||||
return true;
|
||||
}
|
||||
else
|
||||
return QAbstractSpinBox::event(event);
|
||||
}
|
||||
else
|
||||
return QAbstractSpinBox::event(event);
|
||||
|
||||
return QAbstractSpinBox::event(event);
|
||||
}
|
||||
|
||||
void QuantitySpinBox::focusInEvent(QFocusEvent * event)
|
||||
|
||||
Reference in New Issue
Block a user