[PD-cvs] externals/grill/flext/source flattr_ed.cpp,1.33,1.34

Thomas Grill xovo at users.sourceforge.net
Wed Feb 23 05:56:00 CET 2005


Update of /cvsroot/pure-data/externals/grill/flext/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27311/source

Modified Files:
	flattr_ed.cpp 
Log Message:
fix lines on box text change


Index: flattr_ed.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flattr_ed.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** flattr_ed.cpp	26 Jan 2005 05:01:26 -0000	1.33
--- flattr_ed.cpp	23 Feb 2005 04:55:58 -0000	1.34
***************
*** 618,622 ****
  }
  
! void flext_base::cb_GfxSelect(t_gobj *c, struct _glist *gl, int state)
  {
      // show object if it's not a GOP
--- 618,622 ----
  }
  
! void flext_base::cb_GfxSelect(t_gobj *c,t_glist *gl,int state)
  {
      // show object if it's not a GOP
***************
*** 643,646 ****
--- 643,649 ----
              t_rtext *rt = glist_findrtext(gl,x);
              rtext_retext(rt);
+ 
+             // fix lines
+             canvas_fixlinesfor(gl,x);
          }
  





More information about the Pd-cvs mailing list