forked from qt-creator/qt-creator
Small indentation fix
This commit is contained in:
@@ -1969,7 +1969,7 @@ void CPPEditor::keyPressEvent(QKeyEvent *e)
|
||||
}
|
||||
TextEditor::BaseTextEditor::keyPressEvent(e);
|
||||
if (wantEditBlock)
|
||||
cursor.endEditBlock();
|
||||
cursor.endEditBlock();
|
||||
finishRename();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user