diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:59:28 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:59:28 +0200 |
commit | e303a7bcdb5ce6c7afb368d329fbbba8088328f6 (patch) | |
tree | d74d651b8d0c17f5195ac22d1751ce29c35e082a /ui/SmallDialogs.h | |
parent | 2.0 (diff) | |
download | FreeFileSync-e303a7bcdb5ce6c7afb368d329fbbba8088328f6.tar.gz FreeFileSync-e303a7bcdb5ce6c7afb368d329fbbba8088328f6.tar.bz2 FreeFileSync-e303a7bcdb5ce6c7afb368d329fbbba8088328f6.zip |
2.1
Diffstat (limited to 'ui/SmallDialogs.h')
-rw-r--r-- | ui/SmallDialogs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/SmallDialogs.h b/ui/SmallDialogs.h index e9156665..da627e82 100644 --- a/ui/SmallDialogs.h +++ b/ui/SmallDialogs.h @@ -287,7 +287,7 @@ public: void resetGauge(int totalObjectsToProcess, wxLongLong totalDataToProcess); void incProgressIndicator_NoUpdate(int objectsProcessed, wxLongLong dataProcessed); void setStatusText_NoUpdate(const Zstring& text); - void updateStatusDialogNow(); + void updateStatusDialogNow(bool flushWindowMessages = true); void setCurrentStatus(SyncStatusID id); void processHasFinished(SyncStatusID id); //essential to call this in StatusUpdater derived class destructor at the LATEST(!) to prevent access to currentStatusUpdater |