grid: remove dead mid variable from paintEvent
This commit is contained in:
parent
ad6f876f40
commit
a7586a9e43
@ -152,7 +152,6 @@ class ThumbnailWidget(QWidget):
|
|||||||
# Defaults were seeded from the palette in __init__.
|
# Defaults were seeded from the palette in __init__.
|
||||||
highlight = self._selection_color
|
highlight = self._selection_color
|
||||||
base = pal.color(pal.ColorRole.Base)
|
base = pal.color(pal.ColorRole.Base)
|
||||||
mid = self._idle_color
|
|
||||||
window = pal.color(pal.ColorRole.Window)
|
window = pal.color(pal.ColorRole.Window)
|
||||||
|
|
||||||
# Fill entire cell with window color
|
# Fill entire cell with window color
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user