Remove SetCompatibleTextRenderingDefault call in DialogBuilder class

This commit is contained in:
Torsten Brendgen
2026-04-17 23:22:19 +02:00
parent f0077b2e17
commit 7d2f54951c

View File

@@ -787,7 +787,6 @@ class DialogBuilder : BaseComponent {
[void](Add-Type -AssemblyName System.Windows.Forms)
[void](Add-Type -AssemblyName System.Drawing)
[System.Windows.Forms.Application]::EnableVisualStyles()
[System.Windows.Forms.Application]::SetCompatibleTextRenderingDefault($false)
$script:SettingsManager = [SettingsManager]::new("SPMigrationTool")
$script:LogManager = [LogManager]::new("SPMigrationTool")