We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9323f70 commit ce21fbfCopy full SHA for ce21fbf
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