diff options
author | Kevin Walzer <kw@codebykevin.com> | 2021-07-11 22:35:10 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2021-07-11 22:35:10 (GMT) |
commit | 6bf09eec7f9148f13d8263eb1dc56efa722a369d (patch) | |
tree | a81e8d8de63735cdd64f8d69b8509de34911ea83 /library/print.tcl | |
parent | 19a885fd412f65d62de849a677bb1055a6e03964 (diff) | |
download | tk-6bf09eec7f9148f13d8263eb1dc56efa722a369d.zip tk-6bf09eec7f9148f13d8263eb1dc56efa722a369d.tar.gz tk-6bf09eec7f9148f13d8263eb1dc56efa722a369d.tar.bz2 |
Fix variable error in print.tcl
Diffstat (limited to 'library/print.tcl')
-rw-r--r-- | library/print.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/print.tcl b/library/print.tcl index 76a4a3a..305888e 100644 --- a/library/print.tcl +++ b/library/print.tcl @@ -701,6 +701,7 @@ namespace eval ::tk::print { variable choosepaper variable color variable p + variable zoomnumber _setprintenv |