Skip to content

Commit

Permalink
Fixed problem with slowdown of drawing output window
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Mar 26, 2018
1 parent cd7bc71 commit 4e2f265
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mushview.cpp
Expand Up @@ -4752,8 +4752,6 @@ int iDeltaY = m_scroll_position.y - pt.y;
if (pDoc->m_bAutoFreeze)
m_freeze = pt.y < (m_ScrollbarSizeTotal.cy - m_ScrollbarSizePage.cy);

pDoc->Repaint ();

} // end of CMUSHView::ScrollToPosition

void CMUSHView::SetScrollSizes (SIZE sizeTotal,
Expand Down

0 comments on commit 4e2f265

Please sign in to comment.