mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
fix bug waitAnimation
This commit is contained in:
@@ -86,6 +86,8 @@ void ViewerInstructors::slot_checkTryBlockResult(bool result, QString type)
|
||||
{
|
||||
if(type == "EditorInstructors")
|
||||
{
|
||||
emit signal_needShowWait(false);
|
||||
|
||||
if(result)
|
||||
{//Одобрено
|
||||
dialog_EditorInstructors();
|
||||
@@ -161,8 +163,6 @@ void ViewerInstructors::updateButtons()
|
||||
|
||||
void ViewerInstructors::dialog_EditorInstructors()
|
||||
{
|
||||
emit signal_needShowWait(false);
|
||||
|
||||
dlgRedactor = new DialogRedactorInstructors(connectorToServer, adminMode, this);
|
||||
dlgRedactor->exec();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user