Focus text in text entry of overlay text message

This commit is contained in:
Klaus Basan
2018-12-09 19:41:09 +01:00
parent 9525e0dbe5
commit 9b06a159f2
3 changed files with 10 additions and 0 deletions

View File

@@ -256,6 +256,7 @@ namespace BlackGui
this->setHeader("Text message");
this->showKill(false);
this->display();
ui->comp_OverlayTextMessage->focusTextEntry();
}
void COverlayMessages::showOverlayImage(const CPixmap &image, int timeOutMs)