Commit ec1fb466 by gujin.wang

修复点击确定按钮小键盘不关闭的问题

parent d7758144
...@@ -54,6 +54,9 @@ void StoreDialog::GetId() ...@@ -54,6 +54,9 @@ void StoreDialog::GetId()
{ {
storeId = ui->storeIdEdit->text(); storeId = ui->storeIdEdit->text();
posId = ui->posIdEdit->text(); posId = ui->posIdEdit->text();
FMPKeyBoardInterface* keyboard = FMP::GetService<FMPKeyBoardInterface>();
keyboard->StartService();
keyboard->HideKeyBoard();
this->accept(); this->accept();
} }
......
Markdown is supported
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