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
16e03ba2
Commit
16e03ba2
authored
Nov 20, 2021
by
Claudio Cambra
Browse files
Double-clicking on incidence now opens up the editor. Addresses
#81
parent
96348c2d
Pipeline
#99404
failed with stage
in 4 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/IncidenceMouseArea.qml
View file @
16e03ba2
...
...
@@ -40,6 +40,10 @@ MouseArea {
clickY
=
mouseY
;
incidenceActions
.
createObject
(
mouseArea
,
{}).
open
();
}
onDoubleClicked
:
{
collectionDetails
=
Kalendar
.
CalendarManager
.
getCollectionDetails
(
collectionId
);
editClicked
(
incidenceData
.
incidencePtr
,
incidenceData
.
collectionId
);
}
Component
{
id
:
incidenceActions
...
...
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