Blender Git Loki
Git Commits -> Revision 485a89f
Revision 485a89f by Ton Roosendaal (master) June 5, 2011, 12:57 (GMT) |
Bugfix: new DPI-controlled UI size code was setting 'view2d re-init' flag on ED_area_initialize(). This however was causing 2 problems; - the view state got reset (popping window view back) - the view2d operator polls failed (sliders didnt work) This re-init was only needed for the headers though, limiting it to these types of regions solves it. |
Commit Details:
Full Hash: 485a89f5d322358c8e32aee372fd6fa5cca4b3ee
SVN Revision: 37206
Parent Commit: 619df86
Lines Changed: +6, -2