summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorwordtech <wordtech@f3661a36-4baa-549a-d6c7-40e0ffef350e>2009-12-22 02:31:21 (GMT)
committerwordtech <wordtech@f3661a36-4baa-549a-d6c7-40e0ffef350e>2009-12-22 02:31:21 (GMT)
commitf5f8af83bfab65fead196ad83e551b32b488021d (patch)
tree291ac2697e55b0bada9be69cc9ccd8a35e864bc6 /demos
parent3877c83502e5c7ea381027c7b8a03c2a309c59cf (diff)
downloadtkdnd-f5f8af83bfab65fead196ad83e551b32b488021d.zip
tkdnd-f5f8af83bfab65fead196ad83e551b32b488021d.tar.gz
tkdnd-f5f8af83bfab65fead196ad83e551b32b488021d.tar.bz2
Fix problem with OS X screen geometry--correct Tk widget now targeted
Diffstat (limited to 'demos')
-rw-r--r--demos/macdemo.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/macdemo.tcl b/demos/macdemo.tcl
index 8d6de4e..c3d8dee 100644
--- a/demos/macdemo.tcl
+++ b/demos/macdemo.tcl
@@ -2,7 +2,6 @@
package require tkdnd
-
pack [text .t -bg white ] -fill both -expand no -side top
tkdnd::drop_target register .t *
@@ -17,3 +16,4 @@ pack [text .f -bg blue] -fill both -expand no -side top
tkdnd::drop_target register .f *
bind .f <<Drop>> {%W insert end %D}
+