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
Given that the project explorer (and other QRiS) widgets don't crash, it tells me that one or more widgets on this dockable window are not being created properly.
A few things to try:
Are there any widgets being created outside of the dockable window constructor? This could cause them to be disassociated with the parent dockable widget and cause a memory leak.
Are there any widgets being created with invalid parents or other parameters that we don't do elsewhere?
Try removing all widgets so that the dockable window is empty. Does it still crash? If not, then slowly add back one widget at a time until you find the offending widget. Annoying as all hell, but I can't think of anything else.
From Luke Worshom via FreshDesk:
https://riverscapes.freshdesk.com/a/tickets/194
The text was updated successfully, but these errors were encountered: