Skip to content
Snippets Groups Projects
Commit c86ab78b authored by Martin Klapetek's avatar Martin Klapetek
Browse files

[digital-clock]Reset the calendar popup to today when collapsed

BUG: 336304
parent ad7e0ad9
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ Item {
if (!isExpanded) {
// clear all the selections when the plasmoid is hiding
monthView.date = null;
monthView.resetToToday();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment