mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Removed uneeded global container changed signal hook
CURA-3221
This commit is contained in:
parent
1ba8ee2051
commit
6cf1fa4121
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ class UserChangesModel(ListModel):
|
|||
self.addRoleName(self.UserValueRole, "user_value")
|
||||
self.addRoleName(self.CategoryRole, "category")
|
||||
|
||||
Application.getInstance().globalContainerStackChanged.connect(self._update)
|
||||
self._i18n_catalog = None
|
||||
|
||||
self._update()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue