You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously layers would be added and removed and then re-added.
Now I get duplicate layers: the image is added and a split second later added again.
Edit: This happens if I click the > to expand enclosing folders without clicking to select the folder.
I also notice these warnings in my terminal
WARNING: QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
16:53:48 : WARNING : Dummy-1 : QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
WARNING: QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
16:53:48 : WARNING : Dummy-1 : QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
The text was updated successfully, but these errors were encountered:
Oh fun! I can reproduce both double loading and single loading.
For single loading:
Click a folder to select it, then click the > to expand, then click the image.
For double loading and the QtObject warnings:
Just click the > to expand a folder, and then click and image.
For fun, this also frequently results in seg fault, with nothing in the console!!
psobolewskiPhD
changed the title
[0.3.0] Selecting image in the list still causes double loading
[0.3.0] Selecting image in the list still causes double loading, sometimes seg fault
Jan 8, 2025
@psobolewskiPhD thanks for the spot, I had not tested the latest release extensively. It seems to me that the root problem here is the duality of two image browsers to begin with plus the implicit image loading through selection of the item.
Removing the load event from the thumbnail grid seems a prudent course of action and I could imagine that a more explicit load functionality (doubleclick or Load button) maybe also solves our troubles with weird selection behaviors in the QTreeView 🤔
Previously layers would be added and removed and then re-added.
Now I get duplicate layers: the image is added and a split second later added again.
Edit: This happens if I click the
>
to expand enclosing folders without clicking to select the folder.I also notice these warnings in my terminal
The text was updated successfully, but these errors were encountered: