Correct issue of plater background being dark for whole window

master
Jeremy Hammett 2012-04-30 01:09:53 +02:00
parent 06296a5346
commit 40ac222690
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ class stlwin(wx.Frame):
self.ab.Bind(wx.EVT_BUTTON, self.autoplate)
self.basedir = "."
self.models = {}
self.SetBackgroundColour((10, 10, 10))
#self.SetBackgroundColour((10, 10, 10))
self.mainsizer.Add(self.panel)
#self.mainsizer.AddSpacer(10)
if glview: