git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10979
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxCHECK_RET( scrollbar, _T("no scrollbar to set position for") );
scrollbar->SetThumbPosition(pos);
wxCHECK_RET( scrollbar, _T("no scrollbar to set position for") );
scrollbar->SetThumbPosition(pos);
+
+ // VZ: I think we can safely ignore this as we always refresh it
+ // automatically whenever the value chanegs
+#if 0
if ( refresh )
Refresh();
if ( refresh )
Refresh();
}
int wxWindow::GetScrollPos(int orient) const
}
int wxWindow::GetScrollPos(int orient) const