mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
More DPI fixes, now supporting windows with different DPI settings.
This commit is contained in:
parent
efb4c997d4
commit
d81d0ad4f1
8 changed files with 814 additions and 27 deletions
1
Greenshot/Forms/ImageEditorForm.Designer.cs
generated
1
Greenshot/Forms/ImageEditorForm.Designer.cs
generated
|
@ -36,6 +36,7 @@ namespace Greenshot {
|
|||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing) {
|
||||
DpiChanged -= AdjustToDpi;
|
||||
if (components != null) {
|
||||
components.Dispose();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue