]> granicus.if.org Git - handbrake/commitdiff
MacGui: hot scrolling action for the Debug Output logging window. Thanks for the...
authorjbrjake <jb.rubin@gmail.com>
Tue, 24 Jul 2007 16:39:40 +0000 (16:39 +0000)
committerjbrjake <jb.rubin@gmail.com>
Tue, 24 Jul 2007 16:39:40 +0000 (16:39 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@728 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/HBOutputPanelController.m

index 54bf4916efb4da318e33b9779dba43448bffe41a..e44bbc8c221727589c8fc0b0b684ba73f11c8787 100644 (file)
@@ -55,6 +55,8 @@
                
                [outputPanel setFrameAutosaveName:@"OutputPanelFrame"];
                [[textView layoutManager] replaceTextStorage:outputTextStorage];
+               [[textView enclosingScrollView] setLineScroll:10];
+               [[textView enclosingScrollView] setPageScroll:20];
        }
                
     [textView scrollRangeToVisible:NSMakeRange([outputTextStorage length], 0)];