Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plasma Workspace
Manage
Activity
Members
Labels
Plan
Issues
54
Issue boards
Milestones
Wiki
Bugzilla
Code
Merge requests
141
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Plasma
Plasma Workspace
Commits
c86ab78b
Commit
c86ab78b
authored
10 years ago
by
Martin Klapetek
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applets/digital-clock/package/contents/ui/CalendarView.qml
+1
-0
1 addition, 0 deletions
applets/digital-clock/package/contents/ui/CalendarView.qml
with
1 addition
and
0 deletions
applets/digital-clock/package/contents/ui/CalendarView.qml
+
1
−
0
View file @
c86ab78b
...
...
@@ -56,6 +56,7 @@ Item {
if
(
!
isExpanded
)
{
// clear all the selections when the plasmoid is hiding
monthView
.
date
=
null
;
monthView
.
resetToToday
();
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment