Several small optimizations; improved XML comments; added a text file for storing general ideas about the design of Nuclex.Support
git-svn-id: file:///srv/devel/repo-conversion/nusu@15 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
88390bc38d
commit
7ec11b91b9
6 changed files with 49 additions and 18 deletions
|
@ -62,8 +62,10 @@ namespace Nuclex.Support.Tracking {
|
|||
|
||||
asyncDisconnectEvents(); // We don't need those anymore!
|
||||
|
||||
this.progress = 1.0f;
|
||||
progressUpdateCallback();
|
||||
if(this.progress != 1.0f) {
|
||||
this.progress = 1.0f;
|
||||
progressUpdateCallback();
|
||||
}
|
||||
|
||||
endedCallback();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue