Core: Fix 'Result' message text not wrapped in Expression editor
This commit is contained in:
@@ -618,7 +618,6 @@ void QuantitySpinBox::openFormulaDialog()
|
||||
|
||||
QPoint pos = mapToGlobal(QPoint(0,0));
|
||||
box->move(pos-box->expressionPosition());
|
||||
box->setExpressionInputSize(width(), height());
|
||||
Gui::adjustDialogPosition(box);
|
||||
|
||||
Q_EMIT showFormulaDialog(true);
|
||||
|
||||
Reference in New Issue
Block a user