mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:06:00 +08:00
Removed uneeded global container changed signal hook
CURA-3221
This commit is contained in:
parent
1ba8ee2051
commit
6cf1fa4121
@ -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…
x
Reference in New Issue
Block a user