Skip to content

Commit

Permalink
Merge pull request #8347 from DelazJ/patch-4
Browse files Browse the repository at this point in the history
[Bugfix]Update "refresh layer at interval" tooltip
  • Loading branch information
m-kuhn committed Oct 26, 2018
2 parents 03c38e9 + 3e7ee91 commit 2c835f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/qgsvectorlayerpropertiesbase.ui
Expand Up @@ -1676,7 +1676,7 @@ border-radius: 2px;</string>
<item>
<widget class="QDoubleSpinBox" name="mRefreshLayerIntervalSpinBox">
<property name="toolTip">
<string>Higher values result in more simplification</string>
<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>
</property>
<property name="decimals">
<number>2</number>
Expand Down

0 comments on commit 2c835f9

Please sign in to comment.