Page MenuHomePhabricator

patch-2401.patch

Authored By
maleike
Oct 30 2009, 10:38 AM
Size
904 B
Referenced Files
None
Subscribers
None

patch-2401.patch

Index: Core/Code/Controllers/mitkProgressBar.h
===================================================================
--- Core/Code/Controllers/mitkProgressBar.h (revision 19784)
+++ Core/Code/Controllers/mitkProgressBar.h (working copy)
@@ -53,12 +53,12 @@
//##Documentation
//## @brief Adds steps to totalSteps.
- void AddStepsToDo(unsigned int steps, bool callFromThread = false);
+ void AddStepsToDo(unsigned int steps, bool callFromThread = true);
//##Documentation
//## @brief Sets the current amount of progress to current progress + steps.
//## @param: steps the number of steps done since last Progress(int steps) call.
- void Progress(unsigned int steps = 1, bool callFromThread = false);
+ void Progress(unsigned int steps = 1, bool callFromThread = true);
//##Documentation
//## @brief Sets whether the current progress value is displayed.

File Metadata

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
344
Default Alt Text
patch-2401.patch (904 B)