Remove SetCompatibleTextRenderingDefault call in DialogBuilder class
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user