Fix row header highlight typo

kivy_mainline_and_py3.8
Tyler Goodlet 2018-02-13 11:04:01 -05:00
parent f31ebe6fcd
commit 472ff68811
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ async def update_quotes(
# if the cell has been "highlighted" make sure to change its color
if hdrcell.background_color != [0]*4:
hdrcell.background_color != color
hdrcell.background_color = color
cache = {}
grid.quote_cache = cache