diff --git a/GreenshotPlugin/Core/WindowsHelper.cs b/GreenshotPlugin/Core/WindowsHelper.cs index 0574843d9..054d0335a 100644 --- a/GreenshotPlugin/Core/WindowsHelper.cs +++ b/GreenshotPlugin/Core/WindowsHelper.cs @@ -773,7 +773,7 @@ namespace GreenshotPlugin.Core { if (previousWindowRectangle.IsEmpty || !frozen) { if (previousWindowRectangle.IsEmpty || now - lastWindowRectangleRetrieveTime > CACHE_TIME) { Rectangle windowRect = Rectangle.Empty; - if (!HasParent && DWM.isDWMEnabled()) { + if (DWM.isDWMEnabled()) { GetExtendedFrameBounds(out windowRect); }