Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
09877c3d
Commit
09877c3d
authored
May 13, 2019
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix context menu "edit guide" leaving empty space in menu
Fix ruler menu eating click
parent
b1911119
Pipeline
#3500
passed with stage
in 13 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/timeline2/view/qml/timeline.qml
src/timeline2/view/qml/timeline.qml
+5
-2
No files found.
src/timeline2/view/qml/timeline.qml
View file @
09877c3d
...
...
@@ -479,6 +479,7 @@ Rectangle {
property
int
clickedY
onAboutToHide
:
{
timeline
.
ungrabHack
()
editGuideMenu
.
visible
=
false
}
OLD.MenuItem
{
text
:
i18n
(
'
Paste
'
)
...
...
@@ -547,7 +548,6 @@ Rectangle {
editGuideMenu
.
visible
=
true
}
else
{
addGuideMenu
.
text
=
i18n
(
'
Add Guide
'
)
editGuideMenu
.
visible
=
false
}
console
.
log
(
"
pop menu
"
)
}
...
...
@@ -556,6 +556,10 @@ Rectangle {
id
:
rulermenu
property
int
clickedX
property
int
clickedY
onAboutToHide
:
{
timeline
.
ungrabHack
()
editGuideMenu2
.
visible
=
false
}
OLD.MenuItem
{
id
:
addGuideMenu2
text
:
i18n
(
'
Add Guide
'
)
...
...
@@ -585,7 +589,6 @@ Rectangle {
editGuideMenu2
.
visible
=
true
}
else
{
addGuideMenu2
.
text
=
i18n
(
'
Add Guide
'
)
editGuideMenu2
.
visible
=
false
}
console
.
log
(
"
pop menu
"
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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