disable keyboardTracking for the scale to avoid unnecessary recomputes
This commit is contained in:
@@ -119,6 +119,9 @@
|
||||
<property name="toolTip">
|
||||
<string>Scale Numerator</string>
|
||||
</property>
|
||||
<property name="keyboardTracking">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>1</number>
|
||||
</property>
|
||||
@@ -139,6 +142,9 @@
|
||||
<property name="toolTip">
|
||||
<string>Scale Denominator</string>
|
||||
</property>
|
||||
<property name="keyboardTracking">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>1</number>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user