Blender Git Loki
Git Commits -> Revision c79e266
Revision c79e266 by Joshua Leung (master) August 1, 2007, 11:38 (GMT) |
== Outliner - Patch #4364 == Now the Outliner can be scrolled horizontally too. This was the first patch I ever submitted, but it's gone through many revisions due to ugly Blender bugs that needed to be fixed. Code Notes: * I discovered an ancient bug which would cause Blender to hang when loading a file saved with horizontal scrollbars turned on for the Outliner/OOPS. * Therefore, I've added special B_SCROLLO and HOR_SCROLLO defines for use by the Outliner only. These are used in place of B_SCROLL and HOR_SCROLL so that older Blender's won't choke on this stuff. Thanks for this suggestion Ton. * The hanging occurred in draw_scroll in draw_ipo.c |
Commit Details:
Full Hash: c79e2666a22ab9da1b48645843cf7ceec19540c8
SVN Revision: 11458
Parent Commit: 9df1b7d
Lines Changed: +173, -98