Skip to content

Commit 5b11f84

Browse files
Better suggestions.
1 parent c682510 commit 5b11f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Worksheet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ void Worksheet::OnMouseRightDown(wxMouseEvent &event)
17041704
continue;
17051705
if(cmdName.EndsWith("pkg"))
17061706
continue;
1707-
if(wordUnderCursor.StartsWith(cmdName))
1707+
if(cmdName.StartsWith(wordUnderCursor))
17081708
{
17091709
if (wordUnderCursor != cmdName)
17101710
sameBeginning.Add(cmdName);

0 commit comments

Comments
 (0)