Skip to content

Commit 1513c50

Browse files
committed
fix: resolved issue where the title text for an indeterminate progress bar would not display.
1 parent 5b9802e commit 1513c50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyrevitlib/pyrevit/forms/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,6 +1654,8 @@ def _setup(self, **kwargs):
16541654
self._hostwnd = None
16551655
self._host_task_pbar = None
16561656

1657+
self._update_pbar()
1658+
16571659
def _prepare(self):
16581660
self._hostwnd = revit.ui.get_mainwindow()
16591661
if self._hostwnd:

0 commit comments

Comments
 (0)