Skip to content

Commit

Permalink
Make 'delay' a little longer
Browse files Browse the repository at this point in the history
  • Loading branch information
issakomi committed May 18, 2024
1 parent ace7b3a commit e10366a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GUI/aliza.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ QString Aliza::load_dicom_series(QProgressDialog * pb)
lt->start();
while (!lt->isFinished())
{
delay1(10);
delay1(100);
}
const QString message_ = lt->message;
if (!message_.isEmpty())
Expand Down Expand Up @@ -4165,7 +4165,7 @@ QString Aliza::load_dicom_file(
lt->start();
while (!lt->isFinished())
{
delay1(10);
delay1(100);
}
const QString message_ = lt->message;
if (!message_.isEmpty())
Expand Down

0 comments on commit e10366a

Please sign in to comment.