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
Marco Bubke
flatpak-qt-creator
Commits
7df826eb
Commit
7df826eb
authored
Sep 17, 2010
by
dt
Browse files
Startup: Do not switch away from the welcome mode
parent
aa8e2e8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/session.cpp
View file @
7df826eb
...
...
@@ -592,8 +592,10 @@ bool SessionManager::createImpl(const QString &fileName)
m_file
->
setFileName
(
fileName
);
setStartupProject
(
0
);
m_core
->
modeManager
()
->
activateMode
(
Core
::
Constants
::
MODE_EDIT
);
m_core
->
modeManager
()
->
setFocusToCurrentMode
();
if
(
!
isDefaultVirgin
())
{
m_core
->
modeManager
()
->
activateMode
(
Core
::
Constants
::
MODE_EDIT
);
m_core
->
modeManager
()
->
setFocusToCurrentMode
();
}
}
m_virginSession
=
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