mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-27 03:46:17 -06:00
Merge PR #864: HiDPI: fix incomplete component repainting at 125% or 175% scaling on Windows
This commit is contained in:
@@ -96,6 +96,9 @@ public class FlatLafDemo
|
||||
// use Roboto Mono font
|
||||
// FlatLaf.setPreferredMonospacedFontFamily( FlatRobotoMonoFont.FAMILY );
|
||||
|
||||
// install own repaint manager to fix repaint issues at 125%, 175%, 225%, ... on Windows
|
||||
// HiDPIUtils.installHiDPIRepaintManager();
|
||||
|
||||
// application specific UI defaults
|
||||
FlatLaf.registerCustomDefaultsSource( "com.formdev.flatlaf.demo" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user