Fix grammar in documentation

Contributes to issue CURA-1601.
This commit is contained in:
Ghostkeeper 2016-08-12 17:59:50 +02:00 committed by fieldOfView
parent 6c258e2214
commit 0794f9f31c

View file

@ -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: