mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
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) {
|
void TabRoom::addMentionTag(QString mentionTag) {
|
||||||
sayEdit->insert(mentionTag + " ");
|
sayEdit->insert(mentionTag + " ");
|
||||||
|
sayEdit->setFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
PendingCommand *TabRoom::prepareRoomCommand(const ::google::protobuf::Message &cmd)
|
PendingCommand *TabRoom::prepareRoomCommand(const ::google::protobuf::Message &cmd)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue