Skip to content

Commit 121e3e5

Browse files
committed
Play centered Albumflow album on click
1 parent e612fe1 commit 121e3e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tauon/t_modules/t_custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ def _handle_input(self, tauon: Tauon, over: bool,
16651665
# Reverse painter order: the nearest cover wins in overlap regions.
16661666
for album_index, points in reversed(hit_quads):
16671667
if self._contains(points, mx, my):
1668-
play = inp.d_mouse_click and album_index == self.selection
1668+
play = album_index == self.selection
16691669
self._select(tauon, album_index, play=play)
16701670
self._has_momentum = False
16711671
self._dx = 0.0

0 commit comments

Comments
 (0)