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: