Skip to content

Commit

Permalink
Actually remembered to reset the updated flag after updating the
Browse files Browse the repository at this point in the history
bulb icon.
  • Loading branch information
samclane committed Jun 6, 2018
1 parent 0fbf36b commit 0e2a7a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ class LifxFrame(ttk.Frame):
for bulb in self.lightsdict.values():
if bulb.updated:
self.bulb_icons.update_icon(bulb)
bulb.updated = False
self.after(HEARTBEAT_RATE, self.update_icons)

def save_keybind(self, light, keypress, color):
Expand Down

0 comments on commit 0e2a7a6

Please sign in to comment.