mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
AppFwk : Progress dialog is reset and closed instead of hidden when no longer needed
This commit is contained in:
parent
3a2454cba0
commit
d57db25820
@ -421,7 +421,8 @@ namespace caf {
|
||||
{
|
||||
if (progressDialog() != NULL)
|
||||
{
|
||||
progressDialog()->hide();
|
||||
progressDialog()->reset();
|
||||
progressDialog()->close();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user