Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Plasma Workspace
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 87
    • Merge requests 87
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Plasma
  • Plasma Workspace
  • Repository
Switch branch/tag
  • plasma-workspace
  • applets
  • digital-clock
  • package
  • contents
  • ui
  • CalendarView.qml
Find file BlameHistoryPermalink
  • Nicolas Fella's avatar
    [applets/digitalclock] Fix showing agenda view when enabling plugins · 56064d80
    Nicolas Fella authored Jan 11, 2021
    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
    
    BUG: 431433
    56064d80