From 50fbe02c58ffe0d76d74715d05253829f5f78836 Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Thu, 16 Jan 2020 15:19:51 +0100 Subject: [PATCH] Add comment CURA-7027 --- plugins/Toolbox/src/Toolbox.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/Toolbox/src/Toolbox.py b/plugins/Toolbox/src/Toolbox.py index 0436befdb9..85bfaeafb2 100644 --- a/plugins/Toolbox/src/Toolbox.py +++ b/plugins/Toolbox/src/Toolbox.py @@ -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")