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:
authorKent Mein <mein@cs.umn.edu>2002-11-27 20:09:40 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-27 20:09:40 +0300
commit3fe6959360784bcf753f357d5aa82b331c5acf0f (patch)
treee7bc6a9d32a37a955733fbe6c60f8f699d74a082 /source/blender
parent56743efbcdb2c1e294e57d2cc5f8682f0bcbb692 (diff)
I know this is a bugfix but hey its simple :)
More info on it can be found here: http://www.blender.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=176 Kent -- mein@cs.umn.edu
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/src/headerbuttons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/headerbuttons.c b/source/blender/src/headerbuttons.c
index c8b007500ee..02077d21664 100644
--- a/source/blender/src/headerbuttons.c
+++ b/source/blender/src/headerbuttons.c
@@ -3720,7 +3720,7 @@ void view3d_buttons(void)
else xco+= (10+2)*(XIC/2)+10;
/* LOCALVIEW */
- uiDefIconButS(block, ICONROW, B_LOCALVIEW, ICON_LOCALVIEW, xco+=XIC,0,XIC,YIC, &(G.vd->localview), 0.0, 2.0, 0, 0, "Local View (NumPad /)");
+ uiDefIconButS(block, ICONROW, B_LOCALVIEW, ICON_LOCALVIEW, xco+=XIC,0,XIC,YIC, &(G.vd->localview), 0.0, 1.0, 0, 0, "Local View (NumPad /)");
/* PERSP */
xco+= XIC/2;
@@ -3734,7 +3734,7 @@ void view3d_buttons(void)
else if(G.vd->view==3) G.vd->viewbut= 3;
else G.vd->viewbut= 0;
- uiDefIconButS(block, ICONROW, B_VIEWBUT, ICON_VIEW_AXIS_NONE, xco+=XIC,0,XIC,YIC, &G.vd->viewbut, 0.0, 3.0, 0, 0, "Top/Front or Side views (Numpad 7, 1, 3)");
+ uiDefIconButS(block, ICONROW, B_VIEWBUT, ICON_VIEW_AXIS_NONE2, xco+=XIC,0,XIC,YIC, &G.vd->viewbut, 0.0, 3.0, 0, 0, "Top/Front or Side views (Numpad 7, 1, 3)");
/* DRAWTYPE */
xco+= XIC/2;