mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
bugfix: ui behaviour
This commit is contained in:
@@ -106,6 +106,7 @@ void WidgetManager::setNeedUpdateState(quint64 size, quint64 fileCount,quint64 d
|
||||
result = tr("Файлов к удалению: ") + QString::number(deleteCount);
|
||||
}
|
||||
|
||||
updateWidget->closeWindow();
|
||||
mainWindow->setNeedUpdateState(result);
|
||||
commonButtonGroupWidget->needUpdateState(true);
|
||||
waitAnimationWidget->hideWithStop();
|
||||
@@ -157,10 +158,11 @@ void WidgetManager::setServerDisconnectState()
|
||||
|
||||
void WidgetManager::setUndoCurrentChangesState()
|
||||
{
|
||||
waitAnimationWidget->showWithPlay();
|
||||
mainWindow->undoCurrentChanges();
|
||||
updateWidget->hide();
|
||||
commonButtonGroupWidget->showProgressBar(false);
|
||||
waitAnimationWidget->showWithPlay();
|
||||
//waitAnimationWidget->hideWithStop();
|
||||
}
|
||||
|
||||
void WidgetManager::showMainFrame(bool flag)
|
||||
|
||||
Reference in New Issue
Block a user