https://bugs.kde.org/show_bug.cgi?id=424125
Francis Herne <m...@flherne.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |WORKSFORME --- Comment #1 from Francis Herne <m...@flherne.uk> --- So... I produced a minimal example (should have done that first!). Then I found this minimal example doesn't actually reproduce the bug for me, it looks exactly like a Widgets app... Closing as presumed user error, even if I haven't figured out how yet. import org.kde.kirigami 2.9 as Kg Kg.ScrollablePage { header: Kg.ActionToolBar { actions: [ Kg.Action { id: editGridAction iconName: "document-edit" text: "Edit" checkable: true }, Kg.Action { id: showNumbersAction iconName: 'view-grid' text: "Show Numbers" checkable: true checked: true } ] } } -- You are receiving this mail because: You are watching all bug changes.