https://bugs.kde.org/show_bug.cgi?id=493581
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/-/commit/e2 | |c12d3b97709d21bf8b5e1e13ed2 | |33d2a66983b Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit e2c12d3b97709d21bf8b5e1e13ed233d2a66983b by Akseli Lahtinen. Committed on 02/10/2024 at 12:46. Pushed by akselmo into branch 'master'. Use TextEdit instead of QQC2.TextArea in SelectableLabel, add context menu to SelectableLabel SelectableLabel wont resize properly when using QQC2.TextArea, likely due to TextArea having it's own resizing and background handling. TextEdit is handled more like a Label is, so it resizes correctly. We just have to manually make it use the proper colors, which was doable with Kirigami. SelectableLabel also has its own, smaller context menu now. M +69 -4 src/controls/SelectableLabel.qml https://invent.kde.org/frameworks/kirigami/-/commit/e2c12d3b97709d21bf8b5e1e13ed233d2a66983b -- You are receiving this mail because: You are watching all bug changes.