solarwinds / OrionSDK

SDK for the SolarWinds Orion platform, including tools, documentation, and samples in PowerShell, C#, Go, Perl, and Java.
https://thwack.com/OrionSDK
Apache License 2.0
397 stars 139 forks source link

Fix DPI scaling in Release builds #272

Closed pstranak-sw closed 3 years ago

pstranak-sw commented 3 years ago

A fix for https://github.com/solarwinds/OrionSDK/pull/269#issuecomment-791786328

danjagnow commented 3 years ago

Nice work, @pstranak-sw! How did you figure that out?

pstranak-sw commented 3 years ago

In the original PR, there was only one change, that could possibly affect the menu toolbar in the main window. And if something works in Debug mode and not in Release mode (or vice versa), there's usually a race condition somewhere. So I tried to suspend layout events before the suspected code and resume them after. And it helped. But I'm still not 100% sure, why.