Skip to content

Commit 3e7ee91

Browse files
authoredOct 26, 2018
Update "refresh layer at interval" tooltip
Fix #20223
1 parent a0e3c2d commit 3e7ee91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ui/qgsvectorlayerpropertiesbase.ui

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.