Skip to content

Commit

Permalink
Increase progress bar to 100 and release of 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Dec 9, 2024
1 parent 6bcc78f commit 89f5f3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.7.1 - 2024-12-09

* Set the progress bar to 100% at the end of the process

## 0.7.0 - 2024-11-22

* Add Qt6 support in the source code, for future version of QGIS when Qt6 will be available
Expand Down
2 changes: 2 additions & 0 deletions dynamic_layers/core/generate_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,6 @@ def process(self) -> bool:
if self.feedback:
self.feedback.setProgress(int(i * total))

# Should be OK without it, but let's increase it manually.
self.feedback.setProgress(100)
return True

0 comments on commit 89f5f3c

Please sign in to comment.