Skip to content

Commit 4e2f265

Browse files
committed
Fixed problem with slowdown of drawing output window
1 parent cd7bc71 commit 4e2f265

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mushview.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4752,8 +4752,6 @@ int iDeltaY = m_scroll_position.y - pt.y;
47524752
if (pDoc->m_bAutoFreeze)
47534753
m_freeze = pt.y < (m_ScrollbarSizeTotal.cy - m_ScrollbarSizePage.cy);
47544754

4755-
pDoc->Repaint ();
4756-
47574755
} // end of CMUSHView::ScrollToPosition
47584756

47594757
void CMUSHView::SetScrollSizes (SIZE sizeTotal,

0 commit comments

Comments
 (0)