- if it is not called in FCObjects we need to call it here

This commit is contained in:
Werner F Bruhin
2015-02-11 14:45:18 +01:00
parent 59f43fd818
commit d548a5b310

View File

@@ -328,6 +328,7 @@ class FloatCanvas(wx.Panel):
wx.Panel.__init__( self, parent, id, wx.DefaultPosition, size, **kwargs)
ComputeFontScale()
self.InitAll()
self.BackgroundBrush = wx.Brush(BackgroundColor, wx.SOLID)