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
                   |                            |ma/plasma-workspace/commit/
                   |                            |56064d80ff2e798460967b28243
                   |                            |c8117ee6ebaec
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #9 from Nicolas Fella <nicolas.fe...@gmx.de> ---
Git commit 56064d80ff2e798460967b28243c8117ee6ebaec by Nicolas Fella.
Committed on 11/01/2021 at 15:16.
Pushed by nicolasfella into branch 'master'.

[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

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

https://invent.kde.org/plasma/plasma-workspace/commit/56064d80ff2e798460967b28243c8117ee6ebaec

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

Reply via email to