Skip to content

Commit

Permalink
Issue:512 - Refresh the UI, since while initialising the controls it …
Browse files Browse the repository at this point in the history
…would have missed some debug events (#513)
  • Loading branch information
vishnusarathashling committed Apr 1, 2022
1 parent c7c700e commit 62addfc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ public void menuAboutToShow(IMenuManager manager) {
addDebugEventListener();
addToSyncService();
trackTreeSelectionChanges();
// Refresh the UI, since while initialising the controls
// it would have missed some debug events
fRefreshJob.schedule();
return composite;
}

Expand Down

0 comments on commit 62addfc

Please sign in to comment.