mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Fix grammar in documentation
Contributes to issue CURA-1601.
This commit is contained in:
parent
6c258e2214
commit
0794f9f31c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue