diff options
-rw-r--r-- | Perl/Zinc.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/Zinc.pm b/Perl/Zinc.pm index 4ea3b43..3b9b9ec 100644 --- a/Perl/Zinc.pm +++ b/Perl/Zinc.pm @@ -18,7 +18,7 @@ sub Tk_cmd { \&Tk::zinc } sub CreateOptions { - return (shift->SUPER::CreateOptions,'-localrender') + return (shift->SUPER::CreateOptions,'-render') } Tk::Methods("add", "addtag", "anchorxy", "bbox", "becomes", "bind", "cget", |