fix bug waitAnimation

This commit is contained in:
2026-01-23 16:43:01 +03:00
parent 52882667e4
commit f328a4a692
3 changed files with 6 additions and 6 deletions

View File

@@ -120,6 +120,8 @@ void ViewerTrainees::slot_checkTryBlockResult(bool result, QString type)
{
if(type == "EditorTrainees")
{
emit signal_needShowWait(false);
if(result)
{//Одобрено
dialog_EditorTrainees();
@@ -254,8 +256,6 @@ void ViewerTrainees::updateButtons()
void ViewerTrainees::dialog_EditorTrainees()
{
emit signal_needShowWait(false);
dlgRedactor = new DialogRedactorTrainees(connectorToServer, adminMode, this);
dlgRedactor->exec();