Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
5d9f20c1
Commit
5d9f20c1
authored
Jul 29, 2020
by
Jean-Baptiste Mardelle
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only enforce Editing layout on first run
parent
39cb71cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/mainwindow.cpp
src/mainwindow.cpp
+3
-1
No files found.
src/mainwindow.cpp
View file @
5d9f20c1
...
...
@@ -746,7 +746,9 @@ void MainWindow::init()
KdenliveSettings
::
setCurrenttmpfolder
(
QStandardPaths
::
writableLocation
(
QStandardPaths
::
TempLocation
));
updateActionsToolTip
();
layoutManager
->
loadLayout
(
QStringLiteral
(
"Editing"
),
true
);
if
(
firstRun
)
{
layoutManager
->
loadLayout
(
QStringLiteral
(
"Editing"
),
true
);
}
QTimer
::
singleShot
(
0
,
this
,
&
MainWindow
::
GUISetupDone
);
#ifdef USE_JOGSHUTTLE
...
...
Eugen Mohr
@emohr
mentioned in issue
#769 (closed)
·
Jul 30, 2020
mentioned in issue
#769 (closed)
mentioned in issue #769
Toggle commit list
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