Show labels for vectors separately

This commit is contained in:
DarkPhoenix
2019-06-25 16:02:45 +03:00
parent 52724d790b
commit 509a45dcee
4 changed files with 19 additions and 9 deletions

View File

@@ -86,7 +86,6 @@ class VectorPicker(wx.Window):
width, height = self.GetClientSize()
if not width or not height:
return
dc.SetBackground(wx.Brush(self.GetBackgroundColour(), wx.BRUSHSTYLE_SOLID))
dc.Clear()
dc.SetTextForeground(wx.Colour(0))