Oh we need this too

This commit is contained in:
Mike Griese
2020-01-24 13:53:50 -06:00
parent 4248c87a7e
commit 94559ed6ce

View File

@@ -1477,6 +1477,7 @@ bool SCREEN_INFORMATION::IsMaximizedY() const
if (foundWrappedLine || charRow.WasWrapForced())
{
foundWrappedLine = true;
_renderTarget.TriggerRedraw(Viewport::FromDimensions({ 0, y }, _viewport.Width(), 1));
}
}
}