Skip to content

Commit a206c21

Browse files
committed
BookMacster 1.20.2, after Code Review
1 parent 52eeeab commit a206c21

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SSYProgressView.h

+5-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@ extern NSString* const constKeyActionValue ;
5555
worry about slowing your process down due to too much drawing.
5656
(Run such a loop, then redefine PROGRESS_UPDATE_PERIOD to a
5757
few microseconds, retest and you'll see what I mean.)
58-
Why doesn't Apple build such a throttle into
59-
NSProgressIndicator?
58+
59+
SET MAX VALUE FIRST, THEN DOUBLE VALUE
60+
61+
Setting or re-setting the maxValue of an SSYProgressView may cause the
62+
progress bar to disappear until the doubleValue is set or re-set.
6063
*/
6164
@interface SSYProgressView : NSControl {
6265
NSProgressIndicator* _progBar ;

0 commit comments

Comments
 (0)