diff options
| author | Akseli Lahtinen <[email protected]> | 2026-05-29 13:25:07 +0300 |
|---|---|---|
| committer | Akseli Lahtinen <[email protected]> | 2026-05-29 15:59:42 +0300 |
| commit | 8f0baa45053312914812cc908e94138bc23fe44f (patch) | |
| tree | aeee3bf9cb3a602ceeda21f555de887ec5426928 /src/kitemviews/kitemlistwidget.h | |
| parent | d89e2e9e22effb051bf438694049c8b34b10bf29 (diff) | |
KItemListWidget: Add pressedChanged
When items were pressed, we never called the
updateAdditionalInfoTextColor, which caused
some of the text colors get out of sync.
This was especially noticeable in details view
when using an accent color that makes the font
color change to preserve readability.
BUG: 508329
Diffstat (limited to 'src/kitemviews/kitemlistwidget.h')
| -rw-r--r-- | src/kitemviews/kitemlistwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kitemviews/kitemlistwidget.h b/src/kitemviews/kitemlistwidget.h index b87a3b34e..100c13466 100644 --- a/src/kitemviews/kitemlistwidget.h +++ b/src/kitemviews/kitemlistwidget.h @@ -214,6 +214,7 @@ protected: virtual void currentChanged(bool current); virtual void selectedChanged(bool selected); virtual void hoveredChanged(bool hovered); + virtual void pressedChanged(bool pressed); virtual void alternateBackgroundChanged(bool enabled); virtual void siblingsInformationChanged(const QBitArray ¤t, const QBitArray &previous); virtual void editedRoleChanged(const QByteArray ¤t, const QByteArray &previous); |
