diff options
-rw-r--r-- | plugins/NewStory/src/history_control.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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()); } } |