From 11c27e0b81c76d40a95bd819e7125b1ec1085ea3 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 17 Jun 2009 21:05:34 +0000 Subject: temporarily disable part of auto-apply svn path=/trunk/; revision=11796 --- desiredata/src/desire.tk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desiredata') diff --git a/desiredata/src/desire.tk b/desiredata/src/desire.tk index 4ee7566f..38297a2d 100644 --- a/desiredata/src/desire.tk +++ b/desiredata/src/desire.tk @@ -5751,8 +5751,8 @@ def PropertiesDialogue init {of} { frame $f.buttonsep2 -height 2 -borderwidth 1 -relief sunken pack $f.auto_apply $f.buttonsep2 -side bottom -fill x bind $f "break";#so that Return don't call do_auto_apply after Dialogue ok - bind $f [list $self do_auto_apply] - bind $f [list $self do_auto_apply] + #bind $f [list $self do_auto_apply] ;# too wide: may cause Ok/Cancel to spit errors + #bind $f [list $self do_auto_apply] ;# too wide: may cause Ok/Cancel to spit errors $self non_resizable } class_new IEMPropertiesDialogue {PropertiesDialogue} -- cgit v1.2.1