diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-10 14:58:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-10 14:58:08 (GMT) |
commit | 793eef48e4b6d7e97c23a87b23687a756cf98482 (patch) | |
tree | 741f4b49474055d2c37007d780f15d4c7772c3e1 /tests/constraints.tcl | |
parent | d9503f7117b404a347ef78da625e2fa349396cf5 (diff) | |
parent | 538cdae2d292a523e1b72613162b236db2a16d08 (diff) | |
download | tk-793eef48e4b6d7e97c23a87b23687a756cf98482.zip tk-793eef48e4b6d7e97c23a87b23687a756cf98482.tar.gz tk-793eef48e4b6d7e97c23a87b23687a756cf98482.tar.bz2 |
[Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]
Diffstat (limited to 'tests/constraints.tcl')
-rw-r--r-- | tests/constraints.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/constraints.tcl b/tests/constraints.tcl index ac32852..e28b159 100644 --- a/tests/constraints.tcl +++ b/tests/constraints.tcl @@ -235,7 +235,7 @@ if {![string match {{22 3 6 15} {31 18 [34] 15}} $x]} { testConstraint fonts 0 } testConstraint textfonts [expr { - [testConstraint fonts] || $tcl_platform(platform) eq "windows" + [testConstraint fonts] || [tk windowingsystem] eq "win32" }] # constraints for the visuals available.. |