Getting the DC again was a copy/paste mistake
This commit is contained in:
Jeremy Kuhne 2020-06-24 16:08:26 -07:00 коммит произвёл GitHub
Родитель 838dd6a187
Коммит 13f53be160
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,6 @@ internal static partial class Interop
_paintStruct = default;
HDC = BeginPaint(hwnd, ref _paintStruct);
HWND = hwnd;
HDC = GetDC(hwnd);
}
public static implicit operator IntPtr(BeginPaintScope paintScope) => paintScope.HDC;