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:
@@ -263,8 +263,6 @@ void DialogSettings::on_DialogSettings_accepted()
|
||||
|
||||
void DialogSettings::dialog_VersionControl()
|
||||
{
|
||||
waitAnimationWidget->hideWithStop();
|
||||
|
||||
dlgVersionControl = new DialogVersionControl(connectorToServer, this);
|
||||
dlgVersionControl->initialize(connectorToServer->getLoginName());
|
||||
dlgVersionControl->exec();
|
||||
@@ -284,6 +282,8 @@ void DialogSettings::slot_checkTryBlockResult(bool result, QString type)
|
||||
{
|
||||
if(type == "VersionControl")
|
||||
{
|
||||
waitAnimationWidget->hideWithStop();
|
||||
|
||||
if(result)
|
||||
{//Одобрено
|
||||
dialog_VersionControl();
|
||||
|
||||
Reference in New Issue
Block a user