https://bugs.kde.org/show_bug.cgi?id=509306

Nate Graham <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
      Version First|6.4.80                      |6.18.0
        Reported In|                            |
   Target Milestone|---                         |Not decided
           Assignee|[email protected]         |[email protected]
            Product|Discover                    |frameworks-kirigami
          Component|discover                    |general
            Summary|Top sidebar items in        |Items in GlobalDrawer's
                   |Discover don't get their    |topContent list don't get
                   |color updated when          |their color updated when
                   |switching color schemes     |switching color schemes

--- Comment #5 from Nate Graham <[email protected]> ---
All affected items are in the topContent section of the drawer.

I put together a minimum reproducer test case for Kirigami:

import QtQuick
import QtQuick.Controls as QQC
import org.kde.kirigami as Kirigami

Kirigami.ApplicationWindow {
    width: 600
    height: 400

    globalDrawer: Kirigami.GlobalDrawer {
        topContent: [
            QQC.ItemDelegate {
                icon.name: "edit-bomb"
                text: "I become invisible when the color scheme changes"
            }
        ]
    }
}


So it looks like this is an issue in GlobalDrawer itself. Moving to Kirigami.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to