Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2010-03-05 04:18:12 +0300
committerJoshua Leung <aligorith@gmail.com>2010-03-05 04:18:12 +0300
commit75bafb1fcc61ee52e37f2bad72816a1cd198e099 (patch)
treeae7bcebce2bf89fbdd4e2810e3fc433f91138301 /source/blender/editors/space_view3d
parent4b744ad9cb4bdd36754816127202fe500510ab7f (diff)
Bugfix #21215: Panning Properties header shows unnecessary space.
There was an additional 'magic number' offset for the header width, from the days when there was the frame number and subtabs in the header. -- Removed an obsolete and commented out line.
Diffstat (limited to 'source/blender/editors/space_view3d')
-rw-r--r--source/blender/editors/space_view3d/view3d_draw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_view3d/view3d_draw.c b/source/blender/editors/space_view3d/view3d_draw.c
index a681f78c238..af84e974a0e 100644
--- a/source/blender/editors/space_view3d/view3d_draw.c
+++ b/source/blender/editors/space_view3d/view3d_draw.c
@@ -2227,8 +2227,6 @@ void view3d_main_area_draw(const bContext *C, ARegion *ar)
// REEB_draw();
-// if(scene->radio) RAD_drawall(v3d->drawtype>=OB_SOLID);
-
/* Transp and X-ray afterdraw stuff */
view3d_draw_transp(scene, ar, v3d);
view3d_draw_xray(scene, ar, v3d, 1); // clears zbuffer if it is used!