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

Nicolas Fella <nicolas.fe...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
                   |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/
                   |56064d80ff2e798460967b28243 |aa5215a0b3f8febfe9eda2ab586
                   |c8117ee6ebaec               |d9bf8ba647c7c

--- Comment #10 from Nicolas Fella <nicolas.fe...@gmx.de> ---
Git commit aa5215a0b3f8febfe9eda2ab586d9bf8ba647c7c by Nicolas Fella.
Committed on 11/01/2021 at 17:22.
Pushed by nicolasfella into branch 'Plasma/5.20'.

[applets/digitalclock] Fix showing agenda view when enabling plugins

The agenda view is only shown when at least one event source is active.
When going from 0 to 1 active sources the view wasn't updated correctly.

This was because the visibility of rightColumn was bound to the
visibility of its child, but since the visibility of the parent affects
the visibility of its childred
(https://doc.qt.io/qt-5/qml-qtquick-item.html#visible-prop) that resulted in a
broken binding.

Bind to the source property directly to avoid this
(cherry picked from commit 56064d80ff2e798460967b28243c8117ee6ebaec)

M  +1    -1    applets/digital-clock/package/contents/ui/CalendarView.qml

https://invent.kde.org/plasma/plasma-workspace/commit/aa5215a0b3f8febfe9eda2ab586d9bf8ba647c7c

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

Reply via email to