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:
authorTon Roosendaal <ton@blender.org>2003-10-27 19:13:45 +0300
committerTon Roosendaal <ton@blender.org>2003-10-27 19:13:45 +0300
commit5ca0051419b3f97d65db894308ae1b4255257c65 (patch)
tree49e21cda99f070d1d9c282373ac980da896a6321 /source/blender/src/header_ipo.c
parentc69636b288b15b5ed341b4e3d4834e84be428859 (diff)
- fixed very very old but in TOG button (it didnt check the values
correctly for deciding whether its pressed or not - added 'add new' buttons to material & texture menus is done by std_lib buttons in headerbuttons.c, now only for this. doing it for ipowindow, sound, etc. has some weird consequences, save that for later - verified usage of 'setting2' color for databuttons only
Diffstat (limited to 'source/blender/src/header_ipo.c')
-rw-r--r--source/blender/src/header_ipo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_ipo.c b/source/blender/src/header_ipo.c
index 770b08b72de..dec2d6574a2 100644
--- a/source/blender/src/header_ipo.c
+++ b/source/blender/src/header_ipo.c
@@ -638,7 +638,7 @@ void ipo_buttons(void)
curarea->butspacetype= SPACE_IPO;
xco = 8;
- uiDefIconTextButC(block, ICONTEXTROW,B_NEWSPACE, ICON_VIEW3D, windowtype_pup(), xco,0,XIC+8,YIC, &(curarea->butspacetype), 1.0, SPACEICONMAX, 0, 0, "Displays Current Window Type. Click for menu of available types.");
+ uiDefIconTextButC(block, ICONTEXTROW,B_NEWSPACE, ICON_VIEW3D, windowtype_pup(), xco,0,XIC+10,YIC, &(curarea->butspacetype), 1.0, SPACEICONMAX, 0, 0, "Displays Current Window Type. Click for menu of available types.");
xco+= XIC+10;
test_editipo(); /* test if current editipo is OK, make_editipo sets v2d->cur */