fix new wxHVScroll code to build with WXWIN_COMPATIBILITY_2_8==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -470,7 +470,7 @@ void MyFrame::OnHtmlLinkClicked(wxHtmlLinkEvent &event)
|
||||
if (GetMyBox())
|
||||
{
|
||||
GetMyBox()->m_linkClicked = true;
|
||||
GetMyBox()->RefreshLine(1);
|
||||
GetMyBox()->RefreshRow(1);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -618,5 +618,5 @@ void MyHtmlListBox::UpdateFirstItem()
|
||||
{
|
||||
m_firstItemUpdated = !m_firstItemUpdated;
|
||||
|
||||
RefreshLine(0);
|
||||
RefreshRow(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user