adium 3235:e31b6a74872d: Correctly scroll the text entry view wh...
commits at adium.im
commits at adium.im
Sun May 30 00:26:11 UTC 2010
details: http://hg.adium.im/adium/rev/e31b6a74872d
revision: 3235:e31b6a74872d
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Sat May 29 17:21:50 2010 +0200
Correctly scroll the text entry view when possible.
Fixes #14039
(transplanted from 817faa7fb63cb210e5e69e951b07a9a180791892)
diffs (15 lines):
diff -r a0700b60e3da -r e31b6a74872d Frameworks/Adium Framework/Source/AIMessageEntryTextView.m
--- a/Frameworks/Adium Framework/Source/AIMessageEntryTextView.m Tue May 25 23:22:31 2010 +0200
+++ b/Frameworks/Adium Framework/Source/AIMessageEntryTextView.m Sat May 29 17:21:50 2010 +0200
@@ -330,6 +330,11 @@
}
}
+- (void)scrollWheel:(NSEvent *)anEvent
+{
+ [self.enclosingScrollView scrollWheel:anEvent];
+}
+
//Text changed
- (void)textDidChange:(NSNotification *)notification
{
More information about the commits
mailing list