mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 17:59:00 +08:00
Fix getting original intent category
It's now a property so it doesn't need the brackets. Contributes to issue CURA-6597.
This commit is contained in:
parent
8cea9c5b87
commit
3729e90b24
@ -125,7 +125,7 @@ class IntentManager(QObject):
|
||||
## Apply intent on the stacks.
|
||||
@pyqtSlot(str, str)
|
||||
def selectIntent(self, intent_category: str, quality_type: str) -> None:
|
||||
old_intent_category = self.getCurrentIntentCategory()
|
||||
old_intent_category = self.getCurrentIntentCategory
|
||||
application = cura.CuraApplication.CuraApplication.getInstance()
|
||||
global_stack = application.getGlobalContainerStack()
|
||||
if global_stack is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user