Commit ec728e7
committed
Fix dark styling for popup shells in workspace selection
Use display.addFilter instead of addListener for SWT.Show so the
listener actually fires for child popup shells (e.g. the content
proposal popup in the workspace selection combo). Re-apply styles
asynchronously to cover widgets populated after the Show event.
Reproducible on Windows; not reproducible on Linux.1 parent 6b7c2ac commit ec728e7
1 file changed
Lines changed: 9 additions & 2 deletions
File tree
- bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
904 | 911 | | |
905 | 912 | | |
906 | | - | |
| 913 | + | |
907 | 914 | | |
908 | 915 | | |
909 | 916 | | |
| |||
914 | 921 | | |
915 | 922 | | |
916 | 923 | | |
917 | | - | |
| 924 | + | |
918 | 925 | | |
919 | 926 | | |
920 | 927 | | |
| |||
0 commit comments