mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Add comment
CURA-7027
This commit is contained in:
parent
18e5d76990
commit
50fbe02c58
1 changed files with 2 additions and 0 deletions
|
@ -779,6 +779,8 @@ class Toolbox(QObject, Extension):
|
||||||
self._view_category = category
|
self._view_category = category
|
||||||
self.viewChanged.emit()
|
self.viewChanged.emit()
|
||||||
|
|
||||||
|
## Function explicitly defined so that it can be called through the callExtensionsMethod
|
||||||
|
# which cannot receive arguments.
|
||||||
def setViewCategoryToMaterials(self) -> None:
|
def setViewCategoryToMaterials(self) -> None:
|
||||||
self.setViewCategory("material")
|
self.setViewCategory("material")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue