[PD-cvs] pd/src g_text.c,1.15.6.3,1.15.6.4

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Nov 10 20:42:35 CET 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13812

Modified Files:
      Tag: branch-v0-40-extended
	g_text.c 
Log Message:
to prevent the red error border from coming up during object creation, I removed what seems to me like an extraneous itemconfigure command.  I couldn't find where it was needed, so I commented it out and the red border stuff works nicely

Index: g_text.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_text.c,v
retrieving revision 1.15.6.3
retrieving revision 1.15.6.4
diff -C2 -d -r1.15.6.3 -r1.15.6.4
*** g_text.c	9 Nov 2007 06:28:44 -0000	1.15.6.3
--- g_text.c	10 Nov 2007 19:42:33 -0000	1.15.6.4
***************
*** 1266,1271 ****
                  glist_getcanvas(glist), tag,
                      x1, y1,  x2, y1,  x2, y2,  x1, y2,  x1, y1);
!             sys_vgui(".x%lx.c itemconfigure %sR -dash %s -outline %s\n",
!                      glist_getcanvas(glist), tag, pattern, outline);
          }
      }
--- 1266,1272 ----
                  glist_getcanvas(glist), tag,
                      x1, y1,  x2, y1,  x2, y2,  x1, y2,  x1, y1);
! /* this seems to be totally extraneous  hans at at.or.at
!              sys_vgui(".x%lx.c itemconfigure %sR -dash %s -outline %s\n", 
!                      glist_getcanvas(glist), tag, pattern, outline); */
          }
      }





More information about the Pd-cvs mailing list