Commit d11eda0
Colors are null in Section onPaint and cause null pointer exception eclipse-platform#2972
Changed code found in Section.class (onPaint) which lets
null values slip through and cause null pointer exception.
Fixes eclipse-platform#29721 parent bfeb6c6 commit d11eda0
File tree
1 file changed
+2
-1
lines changed- bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
| 320 | + | |
320 | 321 | | |
321 | 322 | | |
322 | 323 | | |
| |||
0 commit comments