Commit 53805d9
Remove redundant flag check from ThemeEngine
If the boolean "flag" is set to false the last conditional check will never be true so return early. The theme will have been set anyway.1 parent 09c8566 commit 53805d9
File tree
1 file changed
+2
-4
lines changed- bundles/org.eclipse.e4.ui.css.swt.theme/src/org/eclipse/e4/ui/css/swt/internal/theme
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
592 | 591 | | |
593 | 592 | | |
594 | 593 | | |
595 | 594 | | |
596 | | - | |
597 | | - | |
| 595 | + | |
598 | 596 | | |
599 | 597 | | |
600 | 598 | | |
| |||
608 | 606 | | |
609 | 607 | | |
610 | 608 | | |
611 | | - | |
| 609 | + | |
612 | 610 | | |
613 | 611 | | |
614 | 612 | | |
| |||
0 commit comments