so make sure this is true, even if the layout erroneously wants to create
a horizontal scrollbar.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39189
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (m_Style & wxHW_SCROLLBAR_NEVER)
{
if (m_Style & wxHW_SCROLLBAR_NEVER)
{
- SetScrollbars(wxHTML_SCROLL_STEP, 1, m_Cell->GetWidth() / wxHTML_SCROLL_STEP, 0); // always off
+ SetScrollbars(1, 1, 0, 0); // always off
GetClientSize(&ClientWidth, &ClientHeight);
m_Cell->Layout(ClientWidth);
}
GetClientSize(&ClientWidth, &ClientHeight);
m_Cell->Layout(ClientWidth);
}