aboutsummaryrefslogtreecommitdiff
path: root/sandbox/local.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/local.pl')
-rw-r--r--sandbox/local.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/local.pl b/sandbox/local.pl
index ccebad0..f448420 100644
--- a/sandbox/local.pl
+++ b/sandbox/local.pl
@@ -9,7 +9,7 @@ $papier = $mw->Photo(-file => "texture-paper.xpm");
#$penguin = $mw->Photo(-file => "xpenguin.png");
$top = 1;
-$zinc = $mw->Zinc(-localrender => 1, -relief => 'sunken');
+$zinc = $mw->Zinc(-Render, -relief => 'sunken');
$zinc->pack(-expand => 1, -fill => 'both');
$zinc->configure(-width => 500, -height => 500);
$gr1 = $zinc->add('group', $top);