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
Thanks for reporting. Notify signal support was indeed added very late, maybe two years ago, and I think it was working still one year ago. But maybe our latest fixes broke it, I will check soon.
So I assume that you are doing something wrong. For other ListView variants, use of notify::selected may be not that simple, due to the involved bind and setup procs. For further investigations, you may send a minimal working C example, or a minimal Nim example from which you thinks that it may work.
Strange bug that I encountered when connecting to the notify signal. Self is null and thus gives a runtime error when trying to access properties.
Throws runtime error:
I checked with a debugger and a null check. It is null in all cases, without exception
The text was updated successfully, but these errors were encountered: