Hi Brecht,

This fix broke the user preferences display whose controls are now displayed 
too much to the left. The leftmost ones are even truncated.
The issue is still present with rev 26775.

Damien

Le 7 févr. 2010 à 02:11, Brecht Van Lommel a écrit :

> Revision: 26656
>          
> http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26656
> Author:   blendix
> Date:     2010-02-07 02:11:02 +0100 (Sun, 07 Feb 2010)
> 
> Log Message:
> -----------
> Fix jumping panels when opening a new properties area or area containing
> a region with panels (e.g. file browser).
> 
> Modified Paths:
> --------------
>    trunk/blender/source/blender/editors/interface/view2d.c
> 
> Modified: trunk/blender/source/blender/editors/interface/view2d.c
> ===================================================================
> --- trunk/blender/source/blender/editors/interface/view2d.c   2010-02-07 
> 01:09:12 UTC (rev 26655)
> +++ trunk/blender/source/blender/editors/interface/view2d.c   2010-02-07 
> 01:11:02 UTC (rev 26656)
> @@ -275,7 +275,9 @@
>                               v2d->keeptot= V2D_KEEPTOT_BOUNDS;
>                               
>                               v2d->scroll |= 
> (V2D_SCROLL_RIGHT|V2D_SCROLL_BOTTOM);
> -                             
> +                             v2d->scroll |= V2D_SCROLL_HORIZONTAL_HIDE;
> +                             v2d->scroll &= ~V2D_SCROLL_VERTICAL_HIDE;
> +
>                               v2d->tot.xmin= 0.0f;
>                               v2d->tot.xmax= winx;
>                               
> 
> 
> _______________________________________________
> Bf-blender-cvs mailing list
> [email protected]
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs

_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to