From 37ffe4a1c995c13c0e14b2b134a4bfce8dcfb1ad Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:19:21 -0700 Subject: [PATCH] fix(ui): only update inspector once per thumbnail click --- 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 b89a2f205..fd0031e0d 100644 --- a/src/tagstudio/qt/mixed/item_thumb.py +++ b/src/tagstudio/qt/mixed/item_thumb.py @@ -311,17 +311,6 @@ def _on_delete(): 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