We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac4798 commit 1c9017eCopy full SHA for 1c9017e
Src/HexMergeFrm.cpp
@@ -348,7 +348,7 @@ void CHexMergeFrame::OnIdleUpdateCmdUI()
348
SCROLLINFO si, siView[3];
349
// Synchronize horizontal scrollbars
350
pView[0]->GetScrollInfo(SB_HORZ, &si, SIF_ALL | SIF_DISABLENOSCROLL);
351
- m_HScrollInfo[0] = si;
+ m_HScrollInfo[0] = siView[0] = si;
352
for (pane = 1; pane < nColumns; ++pane)
353
{
354
SCROLLINFO siCur;
@@ -380,7 +380,7 @@ void CHexMergeFrame::OnIdleUpdateCmdUI()
380
381
// Synchronize vertical scrollbars
382
pView[0]->GetScrollInfo(SB_VERT, &si, SIF_ALL | SIF_DISABLENOSCROLL);
383
- m_VScrollInfo[0] = si;
+ m_VScrollInfo[0] = siView[0] = si;
384
385
386
0 commit comments