Merge pull request #5006 from 0penBrain/ExpDlgClearEnter

[Expression] Fix 'Clear' is activated when it has focus and 'Enter' is pressed
This commit is contained in:
Yorik van Havre
2021-09-06 11:29:27 +02:00
committed by GitHub

View File

@@ -182,7 +182,7 @@
<string>Revert to last calculated value (as constant)</string>
</property>
<property name="autoDefault">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="default">
<bool>false</bool>
@@ -194,6 +194,12 @@
<property name="text">
<string>Ok</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
</layout>