From 7d2f54951cbb131139c5557f90329e28606323d0 Mon Sep 17 00:00:00 2001 From: Torsten Brendgen Date: Fri, 17 Apr 2026 23:22:19 +0200 Subject: [PATCH] Remove SetCompatibleTextRenderingDefault call in DialogBuilder class --- Start-SPMigrationGUI.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Start-SPMigrationGUI.ps1 b/Start-SPMigrationGUI.ps1 index fa9ebff..ef6ec25 100644 --- a/Start-SPMigrationGUI.ps1 +++ b/Start-SPMigrationGUI.ps1 @@ -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")