[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12471] trunk/blender/source/blender/src/ drawipo.c: Small error in previous commit: button label in IpoWindow panel overlap.

Ton Roosendaal ton at blender.org
Sun Nov 4 20:01:31 CET 2007


Revision: 12471
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12471
Author:   ton
Date:     2007-11-04 20:01:31 +0100 (Sun, 04 Nov 2007)

Log Message:
-----------
Small error in previous commit: button label in IpoWindow panel overlap.

Modified Paths:
--------------
    trunk/blender/source/blender/src/drawipo.c

Modified: trunk/blender/source/blender/src/drawipo.c
===================================================================
--- trunk/blender/source/blender/src/drawipo.c	2007-11-04 17:14:39 UTC (rev 12470)
+++ trunk/blender/source/blender/src/drawipo.c	2007-11-04 19:01:31 UTC (rev 12471)
@@ -2111,7 +2111,7 @@
 	/* note ranges for buttons below are idiot... we need 2 ranges, one for sliding scale, one for real clip */
 	if(G.sipo->ipo && G.sipo->ipo->curve.first && totipo_curve) {
 		extern int totipo_vertsel;	// editipo.c
-		uiDefBut(block, LABEL, 0, "Visible curves",		10, 200, 150, 19, NULL, 1.0, 0.0, 0, 0, "");
+		uiDefBut(block, LABEL, 0, "Visible curves",		160, 200, 150, 19, NULL, 1.0, 0.0, 0, 0, "");
 		
 		uiBlockBeginAlign(block);
 		uiDefButF(block, NUM, B_MUL_IPO, "Xmin:",		10, 180, 150, 19, &G.sipo->tot.xmin, G.sipo->tot.xmin-1000.0, MAXFRAMEF, 100, 0, "");





More information about the Bf-blender-cvs mailing list