https://bugs.kde.org/show_bug.cgi?id=471561
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.0 Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/-/commit/81 | |f01c06ca0509df1c542a6e96499 | |299279e52c7 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit 81f01c06ca0509df1c542a6e96499299279e52c7 by Nate Graham. Committed on 01/08/2023 at 16:53. Pushed by ngraham into branch 'master'. Suppress onIsMenuChanged runtime error messages PageRowGlobalToolBarUI makes a connection to onIsMenuChanged in applicationWindow().globalDrawer, but somteimes it's not actually a GLobalDrawer and doesn't have the right signal. So we want to make sure we're only targeting it if it is in fact a GlobalDrawer. Otherwise it won't have the needed signal and we'll get a warning. FIXED-IN: 6.0 M +1 -1 src/controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml https://invent.kde.org/frameworks/kirigami/-/commit/81f01c06ca0509df1c542a6e96499299279e52c7 -- You are receiving this mail because: You are watching all bug changes.