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
Tobias Hunger
qt-creator
Commits
981b1354
Commit
981b1354
authored
Jul 02, 2009
by
Roberto Raggi
Browse files
Don't call abortMove() when the editor is not in renaming-state.
parent
7efeb104
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppeditor.cpp
View file @
981b1354
...
...
@@ -861,6 +861,9 @@ void CPPEditor::onContentsChanged(int position, int charsRemoved, int charsAdded
Q_UNUSED
(
position
)
Q_UNUSED
(
charsAdded
)
if
(
m_currentRenameSelection
==
-
1
)
return
;
if
(
!
m_inRename
)
abortRename
();
...
...
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