More DPI fixes, now supporting windows with different DPI settings.

This commit is contained in:
Krom, Robertus 2020-02-19 13:51:36 +01:00
parent efb4c997d4
commit d81d0ad4f1
8 changed files with 814 additions and 27 deletions

View file

@ -36,6 +36,7 @@ namespace Greenshot {
protected override void Dispose(bool disposing)
{
if (disposing) {
DpiChanged -= AdjustToDpi;
if (components != null) {
components.Dispose();
}