X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-wxgui%2Fsrc%2Fpython%2Fplotter%2Fgltext.py;fp=gr-wxgui%2Fsrc%2Fpython%2Fplotter%2Fgltext.py;h=1b3c047dceeeb35172818459bf55d97c14379c36;hb=2924c0e740bbb9106bfed602345daaee5606d62a;hp=67f62ca566d53adb33319e0c013e9a457a867c58;hpb=94d315e556805fb75784964499472977664809c4;p=debian%2Fgnuradio diff --git a/gr-wxgui/src/python/plotter/gltext.py b/gr-wxgui/src/python/plotter/gltext.py index 67f62ca5..1b3c047d 100644 --- a/gr-wxgui/src/python/plotter/gltext.py +++ b/gr-wxgui/src/python/plotter/gltext.py @@ -193,7 +193,7 @@ class TextElement(object): img = wx.ImageFromBitmap(bmp) alpha = img.GetData() - if isinstance(self._foreground, wx.Color): + if isinstance(self._foreground, wx.Colour): """ If we have a static color... """