Skip to content

Commit

Permalink
Reset icon CSS classes for child dir thumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Dec 22, 2023
1 parent bd951f1 commit 1d6ccc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hyperplane/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ def next_files_cb(
self.dir_thumb_init_classes
+ ["light-blue-background", "white-icon"],
)
idle_add(
thumbnail.get_child().set_css_classes,
self.dir_icon_init_classes,
)
self.__dir_thumbnail_cb(None, picture)
return

Expand Down

0 comments on commit 1d6ccc1

Please sign in to comment.