Hi Brecht,
this adds the show stopper back we had in 2.60. Click on the "minus" 
icon in the 3D header, and the space selector and the minus/plus icons 
disappears.
I think we have to tackle this issue differently, maybe in the C template.

Best regards,
Thomas

Am 15.11.2011 20:25, schrieb Brecht Van Lommel:
> Revision: 41889
>            
> http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41889
> Author:   blendix
> Date:     2011-11-15 19:25:28 +0000 (Tue, 15 Nov 2011)
> Log Message:
> -----------
> Fix #29275: vertex/edge/face selection buttons showing squashed in 3d view 
> header.
>
> Modified Paths:
> --------------
>      trunk/blender/release/scripts/startup/bl_ui/space_view3d.py
>
> Modified: trunk/blender/release/scripts/startup/bl_ui/space_view3d.py
> ===================================================================
> --- trunk/blender/release/scripts/startup/bl_ui/space_view3d.py       
> 2011-11-15 19:23:35 UTC (rev 41888)
> +++ trunk/blender/release/scripts/startup/bl_ui/space_view3d.py       
> 2011-11-15 19:25:28 UTC (rev 41889)
> @@ -55,8 +55,8 @@
>                   sub.menu("VIEW3D_MT_object")
>
>           # Contains buttons like Mode, Pivot, Manipulator, Layer, Mesh 
> Select Mode...
> -        row = layout.row()  # XXX Narrowed down vert/edge/face selector in 
> edit mode/solid drawmode. -DingTo
> -        row.template_header_3D()
> +        row = layout
> +        layout.template_header_3D()
>
>           if obj:
>               # Particle edit
>
> _______________________________________________
> Bf-blender-cvs mailing list
> bf-blender-...@blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs


-- 
Thomas Dinges
Blender Developer, Artist and Musician

www.dingto.org

_______________________________________________
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to