diff options
author | culler <culler> | 2020-07-24 21:21:47 (GMT) |
---|---|---|
committer | culler <culler> | 2020-07-24 21:21:47 (GMT) |
commit | 9c3c347b22063ccdb5d7dc9d9bdffd69962f7844 (patch) | |
tree | c437ecce8d5651de99870e65317728a95ccfa764 /library | |
parent | a965e9c43e2e9889b4cb3581bc91221c087a7c25 (diff) | |
download | tk-9c3c347b22063ccdb5d7dc9d9bdffd69962f7844.zip tk-9c3c347b22063ccdb5d7dc9d9bdffd69962f7844.tar.gz tk-9c3c347b22063ccdb5d7dc9d9bdffd69962f7844.tar.bz2 |
Fix the build for Snow Leopard. Fix the fontchooser demo.
Diffstat (limited to 'library')
-rw-r--r-- | library/demos/fontchoose.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/fontchoose.tcl b/library/demos/fontchoose.tcl index 8b34377..b93928d 100644 --- a/library/demos/fontchoose.tcl +++ b/library/demos/fontchoose.tcl @@ -57,7 +57,7 @@ grid columnconfigure $f 0 -weight 1 grid rowconfigure $f 0 -weight 1 bind $w <Visibility> { bind %W <Visibility> {} - grid propagate %W.f 0 + grid propagate %W 0 } ## See Code / Dismiss buttons |