adium-1.4 3622:c730cfa6f4d6: This turns on the Lion overlay scro...
commits at adium.im
commits at adium.im
Mon Aug 22 14:13:12 UTC 2011
details: http://hg.adium.im/adium-1.4/rev/c730cfa6f4d6
revision: 3622:c730cfa6f4d6
branch: (none)
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Mon Aug 22 13:06:41 2011 +0200
This turns on the Lion overlay scrollers. The markings seem to still work, but they look a bit small to me.
Refs #15394
(transplanted from d29e1b34966c62d6b4e0fdf49f25c57ff5e1db79)
diffs (14 lines):
diff -r 00dfa32fe7d2 -r c730cfa6f4d6 Frameworks/AIUtilities Framework/Source/JVMarkedScroller.m
--- a/Frameworks/AIUtilities Framework/Source/JVMarkedScroller.m Sun Aug 21 21:06:16 2011 -0500
+++ b/Frameworks/AIUtilities Framework/Source/JVMarkedScroller.m Mon Aug 22 13:06:41 2011 +0200
@@ -34,6 +34,10 @@
#pragma mark -
++ (BOOL)isCompatibleWithOverlayScrollers {
+ return self == [JVMarkedScroller class];
+}
+
- (void) drawRect:(NSRect) rect {
[super drawRect:rect];
More information about the commits
mailing list