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
2b4487d7
Commit
2b4487d7
authored
Nov 11, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix undocked widgets losing title bar. Fixes
#368
parent
a824c14e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
2b4487d7
...
...
@@ -3529,7 +3529,7 @@ bool MainWindow::isTabbedWith(QDockWidget *widget, const QString &otherWidget)
void
MainWindow
::
updateDockTitleBars
(
bool
isTopLevel
)
{
if
(
!
KdenliveSettings
::
showtitlebars
()
||
!
isTopLevel
)
{
if
(
!
KdenliveSettings
::
showtitlebars
()
&&
!
isTopLevel
)
{
return
;
}
QList
<
QDockWidget
*>
docks
=
findChildren
<
QDockWidget
*>
();
...
...
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