mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Also trigger an update of the top layers when recalculating the layer count
Contributes to CURA-938
This commit is contained in:
parent
f37b422ccb
commit
220146b0a9
1 changed files with 2 additions and 0 deletions
|
|
@ -159,6 +159,8 @@ class LayerView(View):
|
|||
self.setLayer(int(self._max_layers))
|
||||
self.maxLayersChanged.emit()
|
||||
|
||||
self._top_layer_timer.start()
|
||||
|
||||
maxLayersChanged = Signal()
|
||||
currentLayerNumChanged = Signal()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue