diff --git a/Source/GSSlideView.m b/Source/GSSlideView.m index 448a9c295..30b9d818f 100644 --- a/Source/GSSlideView.m +++ b/Source/GSSlideView.m @@ -168,7 +168,7 @@ - (void) drawRect: (NSRect)rect { - [slideCell drawWithFrame: rect inView: self]; + [slideCell drawWithFrame: [self frame] inView: self]; } @end