-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move selection calculation out of the Job that calculates tool-tip for
launch config button. SelectedResourceManager#getCurrentSelection() needs UI thread to determine selection. Job sometimes don't get access to UI for more than 10 secs. So it is good to move selection compute out of the job and pass the selection to job. Fixes #1084
- Loading branch information
1 parent
68aecfc
commit 77f6f06
Showing
2 changed files
with
72 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters