mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-20 19:12:34 +02:00
fix(ui): only update inspector once per thumbnail click (#1487)
This commit is contained in:
committed by
GitHub
parent
f5a30489d7
commit
4a3a767baf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user