mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Moved timer back again, as arjen fixed the real issue
This commit is contained in:
parent
7ca3c39ec0
commit
41d00af345
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,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…
Add table
Add a link
Reference in a new issue