From 0794f9f31c5f8b53dfa39fe941472d2a2a6d7269 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 12 Aug 2016 17:59:50 +0200 Subject: [PATCH] Fix grammar in documentation Contributes to issue CURA-1601. --- plugins/LayerView/LayerPass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/LayerView/LayerPass.py b/plugins/LayerView/LayerPass.py index 10ddffe841..289b38ccbd 100644 --- a/plugins/LayerView/LayerPass.py +++ b/plugins/LayerView/LayerPass.py @@ -100,7 +100,7 @@ class LayerPass(RenderPass): if new_max_layers > 0 and new_max_layers != self._old_max_layers: self._max_layers = new_max_layers - # The qt slider has a bit of weird behavior that if the maxvalue needs to be changed first + # The qt slider has a bit of weird behavior that the maxvalue needs to be changed first # if it's the largest value. If we don't do this, we can have a slider block outside of the # slider. if new_max_layers > self._current_layer_num: