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
79968660
Commit
79968660
authored
Feb 13, 2009
by
mae
Browse files
update current history position also when switching editors
parent
33e87833
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/editormanager/editormanager.cpp
View file @
79968660
...
...
@@ -475,6 +475,8 @@ void EditorManager::setCurrentEditor(IEditor *editor, bool ignoreNavigationHisto
setCurrentView
(
0
);
if
(
m_d
->
m_currentEditor
==
editor
)
return
;
if
(
m_d
->
m_currentEditor
)
updateCurrentPositionInNavigationHistory
();
m_d
->
m_currentEditor
=
editor
;
if
(
editor
)
{
...
...
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