mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Merge branch '2.3' of github.com:Ultimaker/Cura
This commit is contained in:
commit
dd79be6595
32 changed files with 652 additions and 3080 deletions
|
|
@ -202,6 +202,13 @@ Item {
|
|||
return false;
|
||||
}
|
||||
|
||||
if(!propertyProvider.properties.enabled)
|
||||
{
|
||||
// Note: This is not strictly necessary since a disabled setting is hidden anyway.
|
||||
// But this will cause the binding to be re-evaluated when the enabled property changes.
|
||||
return false;
|
||||
}
|
||||
|
||||
if(globalPropertyProvider.properties.limit_to_extruder == null || globalPropertyProvider.properties.limit_to_extruder == -1)
|
||||
{
|
||||
return Cura.SettingInheritanceManager.settingsWithInheritanceWarning.indexOf(definition.key) >= 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue