Commit db07fcb
committed
Show theme-default checkbox only when workbench theme actually changed
The restart dialog opened from the Appearance preferences page showed a
"Use as default theme" checkbox whenever theming was enabled, even when
the only change was an unrelated setting such as monitor-specific UI
scaling or the colors-and-fonts theme. Gate the checkbox on the workbench
theme having actually changed in this performOk() call.
Fixes #40031 parent b58e3b4 commit db07fcb
1 file changed
Lines changed: 3 additions & 2 deletions
File tree
- bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/dialogs
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| 511 | + | |
511 | 512 | | |
512 | 513 | | |
513 | 514 | | |
514 | | - | |
| 515 | + | |
515 | 516 | | |
516 | 517 | | |
517 | 518 | | |
| |||
546 | 547 | | |
547 | 548 | | |
548 | 549 | | |
549 | | - | |
| 550 | + | |
550 | 551 | | |
551 | 552 | | |
552 | 553 | | |
| |||
0 commit comments