Skip to content

Commit 2c835f9

Browse files
authored
Merge pull request #8347 from DelazJ/patch-4
[Bugfix]Update "refresh layer at interval" tooltip
2 parents 03c38e9 + 3e7ee91 commit 2c835f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/qgsvectorlayerpropertiesbase.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ border-radius: 2px;</string>
16761676
<item>
16771677
<widget class="QDoubleSpinBox" name="mRefreshLayerIntervalSpinBox">
16781678
<property name="toolTip">
1679-
<string>Higher values result in more simplification</string>
1679+
<string>Lower values result in more data refreshing. Canvas updates are deferred in order to avoid refreshing multiple times if more than one layer has an auto update interval set.</string>
16801680
</property>
16811681
<property name="decimals">
16821682
<number>2</number>

0 commit comments

Comments
 (0)