adium-1.4 2985:817faa7fb63c: Correctly scroll the text entry vie...

commits at adium.im commits at adium.im
Sun May 30 00:22:44 UTC 2010


details:	http://hg.adium.im/adium-1.4/rev/817faa7fb63c
revision:	2985:817faa7fb63c
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

diffs (15 lines):

diff -r 5b00dc06a456 -r 817faa7fb63c Frameworks/Adium Framework/Source/AIMessageEntryTextView.m
--- a/Frameworks/Adium Framework/Source/AIMessageEntryTextView.m	Fri May 28 17:10:15 2010 -0400
+++ b/Frameworks/Adium Framework/Source/AIMessageEntryTextView.m	Sat May 29 17:21:50 2010 +0200
@@ -326,6 +326,11 @@
 	}
 }
 
+- (void)scrollWheel:(NSEvent *)anEvent
+{
+	[self.enclosingScrollView scrollWheel:anEvent];
+}
+
 //Text changed
 - (void)textDidChange:(NSNotification *)notification
 {




More information about the commits mailing list