[PD-cvs] pd/src u_main.tk,1.1.1.4.2.7.4.6,1.1.1.4.2.7.4.7

matju at users.sourceforge.net matju at users.sourceforge.net
Mon Feb 23 06:14:58 CET 2004


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

Modified Files:
      Tag: impd_0_37
	u_main.tk 
Log Message:
fixed problem with buttonbar, editmode


Index: u_main.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v
retrieving revision 1.1.1.4.2.7.4.6
retrieving revision 1.1.1.4.2.7.4.7
diff -C2 -d -r1.1.1.4.2.7.4.6 -r1.1.1.4.2.7.4.7
*** u_main.tk	23 Feb 2004 03:30:29 -0000	1.1.1.4.2.7.4.6
--- u_main.tk	23 Feb 2004 05:14:55 -0000	1.1.1.4.2.7.4.7
***************
*** 693,696 ****
--- 693,697 ----
      	-orient horizontal
  
+     global env
      if {[info exists env(pd_look)]} {
  	make_button_bar $name.bbar $name
***************
*** 969,972 ****
--- 970,974 ----
      bind $name.c <Unmap> {pdtk_canvas_unmap %W}
      focus $name.c
+     pdtk_canvas_editval $name $editable
  #    puts stderr "all done"
  #   after 1 [concat raise $name]





More information about the Pd-cvs mailing list