Skip to content

Commit

Permalink
Internal. Don't trigger recursive redraws
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Mar 8, 2022
1 parent 69989eb commit 957f56d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ConEmu/VConChild.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,10 @@ LRESULT CConEmuChild::OnPaint()
if (gpSet->isLogging(2))
VCon->RCon()->LogString("CConEmuChild::OnPaint");

// Don't trigger recursive redraws
if (VCon->mb_InUpdate)
lbSkipDraw = TRUE;

//gpSetCls->Performance(tPerfBlt, FALSE);

if (gpConEmu->isPictureView())
Expand Down

0 comments on commit 957f56d

Please sign in to comment.