Index: QuickWho.py ================================================================== --- QuickWho.py +++ QuickWho.py @@ -471,11 +471,11 @@ self.textdisplay.configure(yscrollcommand=self.textscroll.set) self.textscroll.configure(command=self.textdisplay.yview) self.lefttop = Tile.Frame(self.bottomleft) self.lefttop.pack(side=TOP, fill=BOTH, expand=YES) - self.bottomcanvas = Canvas(self.lefttop) + self.bottomcanvas = Canvas(self.lefttop, background='white') self.bottomcanvas.pack(fill=BOTH, expand=YES, side=LEFT) self.t1=ToolTip.ToolTip(self.bottomcanvas, 'Geolocation map for domain') self.bottom_pw.add(self.bottomright)