Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 80312 | Differences between
and this patch

Collapse All | Expand All

(-)ui/coverartpanel.py.orig (-1 / +1 lines)
Lines 83-89 Link Here
83
83
84
    def enable(self, state):
84
    def enable(self, state):
85
        font = self.GetFont()
85
        font = self.GetFont()
86
        font.SetUnderlined(state)
86
        #font.SetUnderlined(state)
87
        self.SetFont(font)
87
        self.SetFont(font)
88
        if state:
88
        if state:
89
            self.SetForegroundColour(wx.BLUE)
89
            self.SetForegroundColour(wx.BLUE)

Return to bug 80312