We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9323f70 + ce21fbf commit fee096fCopy full SHA for fee096f
Rubberduck.VBEditor.VB6/SafeComWrappers/VB/CodePane.cs
@@ -46,7 +46,7 @@ private Selection GetSelection()
46
endLine -= 1;
47
using (var codeModule = CodeModule)
48
{
49
- endColumn = codeModule.GetLines(endLine, 1).Length;
+ endColumn = codeModule.GetLines(endLine, 1).Length + 1;
50
}
51
52
Rubberduck.VBEditor.VBA/SafeComWrappers/VB/CodePane.cs
0 commit comments