Reduce time minimum for stitch image progress bar
This commit is contained in:
parent
ae6312c131
commit
354680d125
1 changed files with 1 additions and 0 deletions
|
@ -377,6 +377,7 @@ void MapImageExporter::updatePreview() {
|
|||
progress.setAutoClose(true);
|
||||
progress.setWindowModality(Qt::WindowModal);
|
||||
progress.setModal(true);
|
||||
progress.setMinimumDuration(1000);
|
||||
this->preview = getStitchedImage(&progress, this->showBorder);
|
||||
progress.close();
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue