[Expression] Fix 'Clear' is activated when it has focus and 'Enter' is pressed

This commit is contained in:
0penBrain
2021-09-02 15:59:13 +02:00
parent 352fa25167
commit 06547857cb

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>