diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 11:53:39 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 11:53:39 (GMT) |
| commit | 45fecfe72ca6fcb7cc07524fca7ab731fe5c94c1 (patch) | |
| tree | f29a32cd623e353feffa5e8b32839777ccb45070 /src/tasks/Task.cpp | |
| parent | 8062319160a6d4c24286f032376c547dd6d8cf9d (diff) | |
| download | powder-45fecfe72ca6fcb7cc07524fca7ab731fe5c94c1.zip powder-45fecfe72ca6fcb7cc07524fca7ab731fe5c94c1.tar.gz | |
Correct progress bar position
Diffstat (limited to 'src/tasks/Task.cpp')
| -rw-r--r-- | src/tasks/Task.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tasks/Task.cpp b/src/tasks/Task.cpp index 8ab0ded..a48eab7 100644 --- a/src/tasks/Task.cpp +++ b/src/tasks/Task.cpp @@ -13,6 +13,8 @@ void Task::AddTaskListener(TaskListener * listener) { this->listener = listener; + notifyProgressMain(); + notifyStatusMain(); } void Task::Start() |
