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
58b009d3
Commit
58b009d3
authored
Dec 03, 2009
by
mae
Browse files
fix a small "flicker" issue when aborting or accepting renaming
parent
c1120587
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppeditor.cpp
View file @
58b009d3
...
...
@@ -774,10 +774,10 @@ void CPPEditor::abortRename()
{
if
(
m_currentRenameSelection
<
0
)
return
;
m_renameSelections
[
m_currentRenameSelection
].
format
=
m_occurrencesFormat
;
m_currentRenameSelection
=
-
1
;
m_currentRenameSelectionBegin
=
QTextCursor
();
m_currentRenameSelectionEnd
=
QTextCursor
();
m_renameSelections
.
clear
();
setExtraSelections
(
CodeSemanticsSelection
,
m_renameSelections
);
}
...
...
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