Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Warning when clicking away from a multi selection #305

Closed
3 tasks done
Thesacraft opened this issue Jul 2, 2024 · 1 comment
Closed
3 tasks done

[Bug]: Warning when clicking away from a multi selection #305

Thesacraft opened this issue Jul 2, 2024 · 1 comment
Labels
Type: Bug Something isn't working as intended

Comments

@Thesacraft
Copy link
Collaborator

Checklist

  • I am using an up-to-date version.
  • I have read the documentation.
  • I have searched existing issues.

TagStudio Version

source ( up to date )

Operating System & Version

Windows 11

Description

When selecting multiple entries and then selecting one entry a Warrning is thrown. This is because of the switch to Pyside6 v6.7.1

Expected Behavior

Should not throw a Warning.

Steps to Reproduce

  1. Select multiple entries
  2. Select one entry

Logs

D:\Development\python\Tagstudio\small-bug-fix\tagstudio\src\qt\widgets\preview_panel.py:593: RuntimeWarning: Failed to disconnect (None) from signal "clicked()".
self.preview_img.clicked.disconnect()

@Thesacraft Thesacraft added the Type: Bug Something isn't working as intended label Jul 2, 2024
@CyanVoxel
Copy link
Member

Fixed in #306

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

2 participants