aboutsummaryrefslogtreecommitdiff
path: root/desiredata
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-06-17 21:05:34 +0000
committerN.N. <matju@users.sourceforge.net>2009-06-17 21:05:34 +0000
commit11c27e0b81c76d40a95bd819e7125b1ec1085ea3 (patch)
treeacd65ccdeede2358db356c50a4dd42f45c5c2da8 /desiredata
parent5c16c48a88381c56726c570f26cb6006fe4533c9 (diff)
temporarily disable part of auto-apply
svn path=/trunk/; revision=11796
Diffstat (limited to 'desiredata')
-rw-r--r--desiredata/src/desire.tk4
1 files changed, 2 insertions, 2 deletions
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 <KeyPress-Return> "break";#so that Return don't call do_auto_apply after Dialogue ok
- bind $f <KeyPress> [list $self do_auto_apply]
- bind $f <ButtonRelease> [list $self do_auto_apply]
+ #bind $f <KeyPress> [list $self do_auto_apply] ;# too wide: may cause Ok/Cancel to spit errors
+ #bind $f <ButtonRelease> [list $self do_auto_apply] ;# too wide: may cause Ok/Cancel to spit errors
$self non_resizable
}
class_new IEMPropertiesDialogue {PropertiesDialogue}