mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Remove documenting comment in middle of function
CURA-11475
This commit is contained in:
parent
e7fe6d07bd
commit
d16c7a84a9
1 changed files with 0 additions and 1 deletions
|
@ -227,7 +227,6 @@ class SettingInheritanceManager(QObject):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
has_user_state = stack.getProperty(key, "state") == InstanceState.User
|
has_user_state = stack.getProperty(key, "state") == InstanceState.User
|
||||||
"""Check if the setting has a user state. If not, it is never overwritten."""
|
|
||||||
|
|
||||||
if not has_user_state:
|
if not has_user_state:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue