From 7f350d178a8d15e7c8260c6e30f26670e5e813f3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 14 Nov 2023 16:51:00 +0300 Subject: NewStory: move focus to the entry field after quoting --- plugins/NewStory/src/history_control.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/NewStory') diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index 74d1e76197..89003680bb 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -620,6 +620,8 @@ void NewstoryListData::Quote() CMStringW wszText(GatherSelected(true)); RemoveBbcodes(wszText); pMsgDlg->SetMessageText(Srmm_Quote(wszText)); + + SetFocus(pMsgDlg->GetInput()); } } -- cgit v1.2.3