Also trigger an update of the top layers when recalculating the layer count

Contributes to CURA-938
This commit is contained in:
Arjen Hiemstra 2016-02-29 08:49:46 +01:00
parent f37b422ccb
commit 220146b0a9

View file

@ -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()