mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix material model update and signal recursion
CURA-6904
This commit is contained in:
parent
cd0dbb3902
commit
5602c71ec7
3 changed files with 29 additions and 15 deletions
|
|
@ -7,7 +7,7 @@ class GenericMaterialsModel(BaseMaterialsModel):
|
|||
|
||||
def __init__(self, parent = None):
|
||||
super().__init__(parent)
|
||||
self._update()
|
||||
self._onChanged()
|
||||
|
||||
def _update(self):
|
||||
if not self._canUpdate():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue