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]