mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Seems to work, except for the tooltip (shows global value). CURA-2007
This commit is contained in:
parent
30898f9642
commit
c0dd19ce08
2 changed files with 3 additions and 6 deletions
|
@ -155,7 +155,7 @@ Item {
|
|||
onEntered: {
|
||||
hoverTimer.stop();
|
||||
var tooltipText = catalog.i18nc("@label", "This setting is always shared between all extruders. Changing it here will change the value for all extruders") + ".";
|
||||
if ((resolve != "None") && (globalValue == null)) {
|
||||
if ((resolve != "None") && (stackLevel != 0)) {
|
||||
// We come here if a setting has a resolve and the setting is not manually edited.
|
||||
tooltipText += " " + catalog.i18nc("@label", "The value is resolved from the individual value ") + value + ".";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue