forked from qt-creator/qt-creator
QuickToolBar: bugfix
If we stay inside the node we keep the text marker
This commit is contained in:
@@ -988,7 +988,7 @@ void QmlJSTextEditor::updateCursorPositionNow()
|
||||
}
|
||||
}
|
||||
setRefactorMarkers(markers);
|
||||
} else {
|
||||
} else if (oldNode != newNode) {
|
||||
QList<TextEditor::Internal::RefactorMarker> markers;
|
||||
setRefactorMarkers(markers);
|
||||
}
|
||||
|
Reference in New Issue
Block a user