Add comment

CURA-7027
This commit is contained in:
Kostas Karmas 2020-01-16 15:19:51 +01:00
parent 18e5d76990
commit 50fbe02c58

View file

@ -779,6 +779,8 @@ class Toolbox(QObject, Extension):
self._view_category = category
self.viewChanged.emit()
## Function explicitly defined so that it can be called through the callExtensionsMethod
# which cannot receive arguments.
def setViewCategoryToMaterials(self) -> None:
self.setViewCategory("material")