Commit 8bc2adb7 authored by Matt Lowe's avatar Matt Lowe
Browse files

Set focus

The line edit now gets focus for faster typing.
parent 45112e49
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment