From 94e2e7ba7e316f080c30c715cf4f2ebaf6584733 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Wed, 14 May 2008 22:24:09 +0000 Subject: Fixed a bug in the width of breakpoints widget svn path=/trunk/externals/tof/; revision=9805 --- src/breakpoints~.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/breakpoints~.c') diff --git a/src/breakpoints~.c b/src/breakpoints~.c index 3ac2000..8e3b903 100755 --- a/src/breakpoints~.c +++ b/src/breakpoints~.c @@ -14,7 +14,6 @@ #include "breakpoints~.h" -#define BACKGROUNDWIDTH "2" #include "w_breakpoints.h" static t_class *breakpoints_class; @@ -327,7 +326,7 @@ static void *breakpoints_new(t_symbol *s,int argc,t_atom* argv) { t_breakpoints *x = (t_breakpoints *)pd_new(breakpoints_class); - + x->borderwidth = 2; x->x_f = 0; x->args = STATES; -- cgit v1.2.1