mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
AppFwk : Progress dialog is reset and closed instead of hidden when no longer needed
This commit is contained in:
@@ -421,7 +421,8 @@ namespace caf {
|
||||
{
|
||||
if (progressDialog() != NULL)
|
||||
{
|
||||
progressDialog()->hide();
|
||||
progressDialog()->reset();
|
||||
progressDialog()->close();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user