mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:19:03 +08:00
Add comment
CURA-7027
This commit is contained in:
parent
18e5d76990
commit
50fbe02c58
@ -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…
x
Reference in New Issue
Block a user