Skip to content

Commit a4b3330

Browse files
committed
Thumbnail: draw when receiving an update
1 parent 9a49d51 commit a4b3330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Thumbnail.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Thumbnail extends BarAccent
1313

1414
updateInfo: ( thumbfastInfo ) =>
1515
@thumbfast = thumbfastInfo
16-
-- TODO: should we also send a `thumbfast clear` message here?
16+
@lastX = -1
1717
@needsUpdate = true
1818

1919
reconfigure: =>

0 commit comments

Comments
 (0)