Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Impl/EditorPrimitives/DefaultSelectionPrimitive.cs')
-rw-r--r--src/Text/Impl/EditorPrimitives/DefaultSelectionPrimitive.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Impl/EditorPrimitives/DefaultSelectionPrimitive.cs b/src/Text/Impl/EditorPrimitives/DefaultSelectionPrimitive.cs
index 35231be..d9ce555 100644
--- a/src/Text/Impl/EditorPrimitives/DefaultSelectionPrimitive.cs
+++ b/src/Text/Impl/EditorPrimitives/DefaultSelectionPrimitive.cs
@@ -18,7 +18,7 @@ namespace Microsoft.VisualStudio.Text.EditorPrimitives.Implementation
using Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods;
- internal sealed class DefaultSelectionPrimitive : Selection
+ internal sealed class DefaultSelectionPrimitive : Text.Editor.LegacySelection
{
private TextView _textView;
private IEditorOptions _editorOptions;