PlasmoidPopupsContainer.qml has special code to handle merging headers from applets if those applets use a PlasmaComponents3.Page instance as their FullRepresentation. However this breaks for any applets that use PlasmaExtras.Representation, which is a subclass of it that we have been porting applets to over time, because it offers more features in a single location. This caused the detection to break, so such applets woudl have their headers improperly merged. Explicitly detecting the use of PlasmaExtras.Representation as well fixes it. BUG: 438178 FIXED-IN: 5.24wilder-5.25
parent
b7f6935981
commit
7221ffd1a9
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue