summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWindowEvent.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2015-01-12 03:18:08 (GMT)
committerKevin Walzer <kw@codebykevin.com>2015-01-12 03:18:08 (GMT)
commit13a883e4c3662265de27a4013622d4ccb6512e7a (patch)
tree8838c100492cdf498d84ad2eb187982e8fb6f0fd /macosx/tkMacOSXWindowEvent.c
parent8e30b0036fc3c6f090e11f2810f10a5d7c4a6602 (diff)
downloadtk-13a883e4c3662265de27a4013622d4ccb6512e7a.zip
tk-13a883e4c3662265de27a4013622d4ccb6512e7a.tar.gz
tk-13a883e4c3662265de27a4013622d4ccb6512e7a.tar.bz2
Revert changes to Mac scrollbar; native implementation is best that can be done, custom drawing in scrollbar is worse from UI standpoint.
Diffstat (limited to 'macosx/tkMacOSXWindowEvent.c')
-rw-r--r--macosx/tkMacOSXWindowEvent.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index 0e0d8ef..0e3ecf7 100644
--- a/macosx/tkMacOSXWindowEvent.c
+++ b/macosx/tkMacOSXWindowEvent.c
@@ -952,11 +952,6 @@ ExposeRestrictProc(
[super setFrameSize:newSize];
}
-- (void) setNeedsDisplayInRect: (NSRect) invalidRect
-{
- [super setNeedsDisplayInRect:invalidRect];
-}
-
- (BOOL) isOpaque
{
NSWindow *w = [self window];