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
c4a8e6da
Commit
c4a8e6da
authored
Oct 27, 2010
by
Daniel Molkentin
Committed by
con
Oct 27, 2010
Browse files
Fix regression: WelcomeMode has no RightPanePlaceHolder, switch to Edit
Reviewed-by: con
parent
4ac72ef0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/helpplugin.cpp
View file @
c4a8e6da
...
...
@@ -772,6 +772,9 @@ HelpViewer* HelpPlugin::viewerForContextMode()
{
using
namespace
Core
;
if
(
m_core
->
modeManager
()
->
currentMode
()
->
id
()
==
Core
::
Constants
::
MODE_WELCOME
)
m_core
->
modeManager
()
->
activateMode
(
Core
::
Constants
::
MODE_EDIT
);
bool
showSideBySide
=
false
;
RightPanePlaceHolder
*
placeHolder
=
RightPanePlaceHolder
::
current
();
switch
(
contextHelpOption
())
{
...
...
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