summaryrefslogtreecommitdiff
path: root/gdk/quartz/GdkQuartzView.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/quartz/GdkQuartzView.c')
-rw-r--r--gdk/quartz/GdkQuartzView.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/quartz/GdkQuartzView.c b/gdk/quartz/GdkQuartzView.c
index 7395a8cce..511e6d1b9 100644
--- a/gdk/quartz/GdkQuartzView.c
+++ b/gdk/quartz/GdkQuartzView.c
@@ -165,9 +165,9 @@
}
}
--(void)setBounds:(NSRect)bounds
+-(void)setFrame:(NSRect)frame
{
- [super setBounds:bounds];
+ [super setFrame:frame];
[self updateTrackingRect];
}