Revert own commit 41026.

It now had issues when hiding menus with the - icon, space selector disappeared.

I am sorry for that, but I consider this a show stopper eventually. :( 

This commit introduces the issue with narrowed verts/edge/face select in solid/edit mode again.
This commit is contained in:
Thomas Dinges 2011-10-19 18:46:16 +00:00
parent c97aa671f4
commit 4d2a28c2a9

@ -56,9 +56,9 @@ class VIEW3D_HT_header(Header):
# Contains buttons like Mode, Pivot, Manipulator, Layer, Mesh Select Mode...
layout.template_header_3D()
row = layout.row() #XXX Narrowed down vert/edge/face selector in edit mode/solid drawmode. -DingTo
row.template_header_3D()
row = layout.row()
if obj:
# Particle edit
if obj.mode == 'PARTICLE_EDIT':