Fix bad padding on scroll direction changed
Fix bad padding on scroll direction changed
This commit is contained in:
parent
81e33cf4a9
commit
b00a938c2f
|
|
@ -774,6 +774,7 @@ typedef NS_ENUM(NSUInteger, FSCalendarOrientation) {
|
|||
[_header reloadData];
|
||||
}
|
||||
_needsAdjustingMonthPosition = YES;
|
||||
_needsAdjustingViewFrame = YES;
|
||||
[self setNeedsLayout];
|
||||
_supressEvent = NO;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue