package_daemon: hide the problem window when done with it.
* it will be shown again when needed. * should fix #13716.
This commit is contained in:
@@ -142,6 +142,9 @@ ProblemWindow::Go(BSolver* solver, const SolverPackageSet& packagesAddedByUser,
|
|||||||
}
|
}
|
||||||
|
|
||||||
locker.Lock();
|
locker.Lock();
|
||||||
|
|
||||||
|
Hide();
|
||||||
|
|
||||||
if (!locker.IsLocked() || !fAccepted || !_AnySolutionSelected())
|
if (!locker.IsLocked() || !fAccepted || !_AnySolutionSelected())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user