Skip to content

Commit e2df6b6

Browse files
committed
Merge pull request #41 from hani-ibrahim/master
Fixing bugs
2 parents 0cfae1e + 72a411a commit e2df6b6

File tree

3 files changed

+11
-42
lines changed

3 files changed

+11
-42
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
M13ProgressSuite.xcodeproj/xcuserdata/Hani.xcuserdatad/xcschemes/Documentation.xcscheme
3+
4+
M13ProgressSuite.xcodeproj/xcuserdata/Hani.xcuserdatad/xcschemes/M13ProgressSuite.xcscheme
5+
6+
M13ProgressSuite.xcodeproj/xcuserdata/Hani.xcuserdatad/xcschemes/xcschememanagement.plist
7+
8+
M13ProgressSuite.xcworkspace/xcshareddata/M13ProgressSuite.xccheckout
9+
10+
M13ProgressSuite.xcworkspace/xcuserdata/Hani.xcuserdatad/UserInterfaceState.xcuserstate

Classes/ProgressViews/M13ProgressViewRing.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ - (void)setBackgroundRingWidth:(CGFloat)backgroundRingWidth
147147
{
148148
_backgroundRingWidth = backgroundRingWidth;
149149
_backgroundLayer.lineWidth = _backgroundRingWidth;
150-
_progressRingWidthOverriden = YES;
150+
_backgroundRingWidthOverriden = YES;
151151
[self setNeedsDisplay];
152152
}
153153

M13ProgressSuite.xcworkspace/xcshareddata/M13ProgressSuite.xccheckout

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)