diff options
author | jbrjake <[email protected]> | 2007-07-24 16:39:40 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-07-24 16:39:40 +0000 |
commit | d29ed81645789241ad369d57bf08394dd589d217 (patch) | |
tree | 7d059b98e60c7477a200faa00e9f23053c295e07 /macosx/HBOutputPanelController.m | |
parent | 7d4ddd6585fcd7d89541a914d6156018e7a55d46 (diff) |
MacGui: hot scrolling action for the Debug Output logging window. Thanks for the patch, Ritsuka!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@728 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBOutputPanelController.m')
-rw-r--r-- | macosx/HBOutputPanelController.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBOutputPanelController.m b/macosx/HBOutputPanelController.m index 54bf4916e..e44bbc8c2 100644 --- a/macosx/HBOutputPanelController.m +++ b/macosx/HBOutputPanelController.m @@ -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)]; |