Skip to content

Fix diagnostics tab overlay

Waqar Ahmed requested to merge work/fix-diag-overlay into master

tabForToolViewAdded needs to be delayed emitted so that DiagnosticsView can connect to the signal before it's emitted.

Also, fix the positioning of DiagTabOverlay. It needs to be (0,0) in parent now

Merge request reports