https://bugs.kde.org/show_bug.cgi?id=393630
--- Comment #25 from tr...@yandex.com --- After close the Config window (which reads plasmoid.rootItem) - If you don't click on an Item -> all root's properties are still valid. - - Next, if (and only if) you click on an Item -> all root's properties become undefined. - - - Next, if you open the Config window again, then close it (don't click on any Item), all root's properties come back. you can test by add a Timer into root like this: > Timer { > interval: 1000; running: true; repeat: true > onTriggered: console.log("main: ", root.iconSizes) > } Why? -- You are receiving this mail because: You are watching all bug changes.