# HG changeset patch # User drewp@bigasterisk.com # Date 2005-06-13 00:42:20 # Node ID fca9832d207f7940e72709256f08e337bc8bf70a # Parent 86fe0b29d08ba291c9804578d2a63d7a84bdc298 turn on background image in stage.py diff --git a/light8/stage.py b/light8/stage.py --- a/light8/stage.py +++ b/light8/stage.py @@ -72,8 +72,8 @@ class Stage(Canvas): img = Image('photo',file=stageimage) self.img=img # can't lose this! # print img.width() -# self.create_image(0,0,anchor='nw',image=img) -# self.config(width=img.width(),height=img.height()) + self.create_image(0,0,anchor='nw',image=img) + self.config(width=img.width(),height=img.height()) # we had the picture removed for good luck, but we remember # what the dimensions formerly was