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
163806cd
Commit
163806cd
authored
Jul 31, 2022
by
Claudio Cambra
Browse files
Fix openDayLayer
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
d39f4cb5
Pipeline
#211244
passed with stage
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/KalendarUtils/KalendarUiUtils.qml
View file @
163806cd
...
...
@@ -228,11 +228,8 @@ QtObject {
}
function
openDayLayer
(
selectedDate
)
{
appMain
.
dayScaleModelLoaderItem
.
active
=
true
;
if
(
!
isNaN
(
selectedDate
.
getTime
()))
{
appMain
.
selectedDate
=
selectedDate
;
appMain
.
dayViewAction
.
trigger
();
}
}
...
...
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