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
Multimedia
Kdenlive
Commits
a77cecae
Commit
a77cecae
authored
Sep 26, 2022
by
Jean-Baptiste Mardelle
Browse files
Correctly preselect timeline toolbar when editing it from context menu.
Fixes
#1501
parent
3ba202fb
Pipeline
#237074
passed with stage
in 4 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
a77cecae
...
...
@@ -4113,6 +4113,7 @@ void MainWindow::showTimelineToolbarMenu(const QPoint &pos)
}
}
}
KEditToolBar
::
setGlobalDefaultToolBar
(
"timelineToolBar"
);
connect
(
contextSize
,
&
QMenu
::
triggered
,
this
,
&
MainWindow
::
setTimelineToolbarIconSize
);
menu
.
exec
(
m_timelineToolBar
->
mapToGlobal
(
pos
));
contextSize
->
deleteLater
();
...
...
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