mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fix compatibility options. CURA-3321
This commit is contained in:
parent
e89b1afa2c
commit
1c40c94c44
4 changed files with 27 additions and 24 deletions
2
plugins/LayerView/LayerViewProxy.py
Normal file → Executable file
2
plugins/LayerView/LayerViewProxy.py
Normal file → Executable file
|
@ -129,7 +129,7 @@ class LayerViewProxy(QObject):
|
|||
def _onLayerChanged(self):
|
||||
self.currentLayerChanged.emit()
|
||||
self._layerActivityChanged()
|
||||
|
||||
|
||||
def _onMaxLayersChanged(self):
|
||||
self.maxLayersChanged.emit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue