From 472ff688112c2099f046a0361cf4941eb4b9d1f7 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 13 Feb 2018 11:04:01 -0500 Subject: [PATCH] Fix row header highlight typo --- piker/ui/watchlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/ui/watchlist.py b/piker/ui/watchlist.py index 11c0c088..76c7f1d7 100644 --- a/piker/ui/watchlist.py +++ b/piker/ui/watchlist.py @@ -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