From 4a3a767baf1b590547764d806c9617b6e04bf1b4 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:23:00 -0700 Subject: [PATCH] fix(ui): only update inspector once per thumbnail click (#1487) --- src/tagstudio/qt/mixed/item_thumb.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/tagstudio/qt/mixed/item_thumb.py b/src/tagstudio/qt/mixed/item_thumb.py index b89a2f20..fd0031e0 100644 --- a/src/tagstudio/qt/mixed/item_thumb.py +++ b/src/tagstudio/qt/mixed/item_thumb.py @@ -311,17 +311,6 @@ class ItemThumb(FlowWidget): else None ) ) - - self.thumb_button.clicked.connect( - lambda: ( - self.toggle_item_selection() - if ( - QGuiApplication.keyboardModifiers() != Qt.KeyboardModifier.ControlModifier - and self.thumb_button.selected - ) - else None - ) - ) self.set_mode(mode) @property