fixed double call onEditingFinished when pressing Enter
This commit is contained in:
parent
f24df9fb05
commit
bee42ea2fb
3 changed files with 25 additions and 6 deletions
|
@ -35,6 +35,7 @@ void ClientManagementLogic::onUpdatePage()
|
|||
if (error != ErrorCode::NoError) {
|
||||
QMessageBox::warning(nullptr, APPLICATION_NAME,
|
||||
tr("An error occurred while getting the list of clients.") + "\n" + errorString(error));
|
||||
set_busyIndicatorIsRunning(false);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue