Commit 55892dc
committed
Correct activation of monitor-specific rescaling on Windows
The activation of monitor-specific rescaling on Windows currently relies
on the method Display#setRescalingAtRuntime(), which was found to not
take the full intended effect.
This change thus replaces the call to that method based on the value of
the according experimental preference by setting the according system
property to activate that behavior in a proper way. It also removes the
obsolete activation of Edge when the experimental preference is set, as
Edge has been enabled by default.1 parent f9feca4 commit 55892dc
File tree
1 file changed
+9
-5
lines changed- bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal
1 file changed
+9
-5
lines changedLines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
| 589 | + | |
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
| |||
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
683 | | - | |
| 683 | + | |
| 684 | + | |
684 | 685 | | |
685 | 686 | | |
686 | | - | |
687 | | - | |
688 | | - | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
689 | 693 | | |
690 | 694 | | |
691 | 695 | | |
| |||
0 commit comments