Skip to content

Fixed issue #2609: Start scrolling the log from the bottom of the window rather than the top when finishing the progress

username-removed-94717 requested to merge i2609 into master
  1. The CRichEditCtrl ::LineScroll() does not take effect at all after my testing. So I changed to use PostMessage(WM_VSCROLL, SB_BOTTOM, 0).
  2. Only one PostMessage(WM_VSCROLL, SB_BOTTOM, 0) is used at the end of progress.

Merge request reports