Skip to content

Commit b9e52a1

Browse files
committed
After clicking on a hyperlink, put the focus back in the command window
1 parent 509c009 commit b9e52a1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

mushview.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,11 +2354,10 @@ int line,
23542354
if (pDoc->m_bHyperlinkAddsToCommandHistory)
23552355
m_bottomview->AddToCommandHistory (strAction);
23562356
}
2357-
2358-
// put the focus back in the send window
2359-
2360-
OnKeysActivatecommandview ();
23612357
} // end of not execute wanted
2358+
2359+
// put the focus back in the send window
2360+
OnKeysActivatecommandview ();
23622361
return;
23632362
} // end of ACTION_SEND or ACTION_PROMPT
23642363
else

0 commit comments

Comments
 (0)