Set focus
The line edit now gets focus for faster typing.
This commit is contained in:
parent
45112e49b1
commit
8bc2adb70b
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ void TabRoom::processRoomSayEvent(const Event_RoomSay &event)
|
|||
|
||||
void TabRoom::addMentionTag(QString mentionTag) {
|
||||
sayEdit->insert(mentionTag + " ");
|
||||
sayEdit->setFocus();
|
||||
}
|
||||
|
||||
PendingCommand *TabRoom::prepareRoomCommand(const ::google::protobuf::Message &cmd)
|
||||
|
|
Loading…
Reference in a new issue