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
0c3df81f
Commit
0c3df81f
authored
Nov 12, 2021
by
Jean-Baptiste Mardelle
Browse files
hide secondary bin title bar
parent
c89ff3ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
0c3df81f
...
...
@@ -4563,6 +4563,8 @@ void MainWindow::addBin(std::shared_ptr<Bin> bin)
connect
(
bin
.
get
(),
&
Bin
::
requestShowEffectStack
,
m_assetPanel
,
&
AssetPanel
::
showEffectStack
);
connect
(
bin
.
get
(),
&
Bin
::
requestShowClipProperties
,
getBin
().
get
(),
&
Bin
::
showClipProperties
);
tabifyDockWidget
(
m_projectBinDock
,
binDock
);
// Disable title bar since it is tabbed
binDock
->
setTitleBarWidget
(
new
QWidget
);
// Update dock list
updateDockMenu
();
loadDockActions
();
...
...
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