Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trace-viewer: Remove onAfterShow causing event loop
Before this change, opening two traces then moving one in its own panel caused an infinite focus loop between these two. That event loop seemed to have been caused by onAfterShow firing an extra event during that move action. Removing that overriding method in TraceViewerWidget fixes that event loop, lending the moved trace tab in focus as expected (in its own panel). No evidence of requiring that method in other cases was found. Fixes #736. Signed-off-by: Marco Miller <marco.miller@ericsson.com>
- Loading branch information