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
Although this occurs for the call to setCurrentIndex on the remote browser's QStackedWidget, I cannot see any connection between it and the QMainWindow's QMdiArea containing the recipe tabs.
I also changed the call to setCurrentWidget for the remote browser, and it still happened, which makes me think this is not a signal connection.
I did try building KDAB's GammaRay, but it refused to connect to cruiz, either as a running process or to launch if from scratch.
shows no events being encountered before the connection mdi_area.subWindowActivated.connect(self._pane_changed) above.
I do see a lot of events printed of ChildAdded, ChildRemoved, Paint, Move, Resize after double clicking on a package reference in the Remote Browser, which seems a bit weird, as I only installed the filter on the QMdiArea in the main window, which should not be associated with it.
Repro:
Sometimes it's happened when double clicking on a recipe revision in the remote browser.
This is distracting because I'm often looking up details in an error on a recipe tab output.
The text was updated successfully, but these errors were encountered: