Skip to content

Commit

Permalink
Fix scrolling with SetConsoleWindowInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lhecker committed Nov 17, 2023
1 parent 376737e commit adc8a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/base/renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ void Renderer::TriggerSystemRedraw(const til::rect* const prcDirtyClient)
// - <none>
void Renderer::TriggerRedraw(const Viewport& region)
{
auto view = _viewport;
auto view = _pData->GetViewport();
auto srUpdateRegion = region.ToExclusive();

// If the dirty region has double width lines, we need to double the size of
Expand Down

0 comments on commit adc8a82

Please sign in to comment.