Moved timer back again, as arjen fixed the real issue

This commit is contained in:
Jaime van Kessel 2016-03-01 10:57:29 +01:00
parent 7ca3c39ec0
commit 41d00af345

View file

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