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
b696befb
Commit
b696befb
authored
Jul 24, 2020
by
Jean-Baptiste Mardelle
Browse files
Correctly disable menubar layout if loading a layout > 5
parent
db57b628
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/layoutmanagement.cpp
View file @
b696befb
...
...
@@ -195,7 +195,9 @@ void LayoutManagement::slotLoadLayout(QAction *action)
}
}
if
(
!
buttonFound
&&
m_containerGrp
->
checkedButton
())
{
m_containerGrp
->
setExclusive
(
false
);
m_containerGrp
->
checkedButton
()
->
setChecked
(
false
);
m_containerGrp
->
setExclusive
(
true
);
}
}
}
...
...
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