Skip to content
GitLab
Menu
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
39ba3e48
Commit
39ba3e48
authored
Jan 06, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix crash on layout change
parent
be7f27c8
Pipeline
#119839
passed with stage
in 8 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/docktitlebarmanager.cpp
View file @
39ba3e48
...
...
@@ -56,7 +56,7 @@ void DockTitleBarManager::slotShowTitleBars(bool show) {
void
DockTitleBarManager
::
slotUpdateTitleBars
(
bool
isTopLevel
)
{
QList
<
QTabBar
*>
tabbars
=
findChildren
<
QTabBar
*>
();
QList
<
QTabBar
*>
tabbars
=
pCore
->
window
()
->
findChildren
<
QTabBar
*>
();
for
(
QTabBar
*
tab
:
qAsConst
(
tabbars
))
{
tab
->
setAcceptDrops
(
true
);
tab
->
setChangeCurrentOnDrag
(
true
);
...
...
Write
Preview
Supports
Markdown
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