Skip to content

Commit

Permalink
A little more conservative
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 14, 2023
1 parent eefef2a commit d1d839c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koordinates/gui/dataset_browser_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def defer_update_thumbnail(self):
self.timer = QTimer()
self.timer.setSingleShot(True)
self.timer.timeout.connect(self.update_thumbnail)
self.timer.start(1)
self.timer.start(10)

def setThumbnail(self, img: Optional[QImage]):
self.raw_thumbnail = img
Expand Down

0 comments on commit d1d839c

Please sign in to comment.