Blender Git Loki
Git Commits -> Revision 1277543
Revision 1277543 by Joshua Leung (master) January 31, 2010, 11:13 (GMT) |
Various tweaks to View2D code for handling of scrollbar interactions in relation to bug 19881: * Clearly labelled the way that the scrollbar hiding works. Also see the report comments for an overview * Added another pair of flags for another one of the cases in which scrollbars should also get ignored; when the entire contents of the view are visible, a pair of flags is now set in the view2d data (instead of for the scrollers tempdata only) for detecting this case too * Fixed the potential for scrollbars without zoom handles shown to have those handles still considered. This still happened in the User Preferences window, but has now been disabled. -- These changes still don't solve the bug though. Currently after the scrollbar operator passes through, the Outliner's activate-selection operators still fail to start. |
Commit Details:
Full Hash: 127754373216db89fc72cbfd564292dcd1437bdd
SVN Revision: 26468
Parent Commit: 6de25c9
Lines Changed: +46, -12
5 Modified Paths:
/source/blender/editors/interface/interface_draw.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_handlers.c (+2, -2) (Diff)
/source/blender/editors/interface/view2d.c (+18, -5) (Diff)
/source/blender/editors/interface/view2d_ops.c (+21, -3) (Diff)
/source/blender/makesdna/DNA_view2d_types.h (+4, -1) (Diff)
/source/blender/editors/interface/interface_handlers.c (+2, -2) (Diff)
/source/blender/editors/interface/view2d.c (+18, -5) (Diff)
/source/blender/editors/interface/view2d_ops.c (+21, -3) (Diff)
/source/blender/makesdna/DNA_view2d_types.h (+4, -1) (Diff)