mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-17 14:35:16 +03:00
Minor fixes.
This commit is contained in:
@@ -378,7 +378,7 @@ void LSPDocumentClient::highlight() {
|
||||
[this, firstLine, lastLine]( UICodeEditor* editor ) {
|
||||
if ( editor->isVisible() && &editor->getDocument() == mDoc &&
|
||||
editor->getVisibleRange().intersectsLineRange( firstLine, lastLine ) ) {
|
||||
editor->invalidateDraw();
|
||||
editor->runOnMainThread( [editor] { editor->invalidateDraw(); } );
|
||||
}
|
||||
} );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user