Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
39df7a03
Commit
39df7a03
authored
Sep 07, 2022
by
Raghav Narang
Browse files
Fix go-jump-button not visibly selecting
BUG: 453810
parent
9a5b33d4
Pipeline
#228246
passed with stage
in 3 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Controls/DateControls/DatePicker.qml
View file @
39df7a03
...
...
@@ -152,7 +152,10 @@ QQC2.Control {
}
QQC2.ToolButton
{
icon.name
:
'
go-jump-today
'
onClicked
:
selectedDate
=
new
Date
()
onClicked
:
{
selectedDate
=
today
;
clickedDate
=
today
;
}
}
QQC2.ToolButton
{
icon.name
:
'
go-next-view
'
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment