diff --git a/Directory.Packages.props b/Directory.Packages.props index a7ebd49a..1f5cb8a3 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -31,7 +31,7 @@ - + diff --git a/WindowTranslator/Controls/WindowCaptureCompositionHost.cs b/WindowTranslator/Controls/WindowCaptureCompositionHost.cs index 16e425a2..c65bebed 100644 --- a/WindowTranslator/Controls/WindowCaptureCompositionHost.cs +++ b/WindowTranslator/Controls/WindowCaptureCompositionHost.cs @@ -158,7 +158,7 @@ protected override HandleRef BuildWindowCore(HandleRef hwndParent) (HWND)hwndParent.Handle, null!, null!, - []); + null); // ほかのコントローラをオーバーレイさせるためにキャプチャーは一番下のレイヤー扱い SetWindowPos(hwndHost, new(1), 0, 0, 0, 0, SET_WINDOW_POS_FLAGS.SWP_NOMOVE | SET_WINDOW_POS_FLAGS.SWP_NOSIZE);