mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 13:53:14 +08:00
UpdateTopLayer timer is now only triggered when max layers changes
CURA-969
This commit is contained in:
parent
00dcf339c8
commit
67d10ef0a2
@ -158,8 +158,7 @@ class LayerView(View):
|
||||
else:
|
||||
self.setLayer(int(self._max_layers))
|
||||
self.maxLayersChanged.emit()
|
||||
|
||||
self._top_layer_timer.start()
|
||||
self._top_layer_timer.start()
|
||||
|
||||
maxLayersChanged = Signal()
|
||||
currentLayerNumChanged = Signal()
|
||||
|
Loading…
x
Reference in New Issue
Block a user