mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-22 12:39:22 +08:00
Merge pull request #11415 from Ultimaker/fix_show_hidden_settings
Fix show hidden settings
This commit is contained in:
commit
930b3daf37
@ -340,7 +340,7 @@ Item
|
|||||||
}
|
}
|
||||||
function onShowTooltip(text) { base.showTooltip(delegate, Qt.point(-settingsView.x - UM.Theme.getSize("default_margin").width, 0), text) }
|
function onShowTooltip(text) { base.showTooltip(delegate, Qt.point(-settingsView.x - UM.Theme.getSize("default_margin").width, 0), text) }
|
||||||
function onHideTooltip() { base.hideTooltip() }
|
function onHideTooltip() { base.hideTooltip() }
|
||||||
function onShowAllHiddenInheritedSettings()
|
function onShowAllHiddenInheritedSettings(category_id)
|
||||||
{
|
{
|
||||||
var children_with_override = Cura.SettingInheritanceManager.getChildrenKeysWithOverride(category_id)
|
var children_with_override = Cura.SettingInheritanceManager.getChildrenKeysWithOverride(category_id)
|
||||||
for(var i = 0; i < children_with_override.length; i++)
|
for(var i = 0; i < children_with_override.length; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user