Fixed wxMotif compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9fd9e47a93
commit
9b66c26ae7
@ -675,7 +675,7 @@ void wxScrollHelper::AdjustScrollbars()
|
||||
}
|
||||
|
||||
if (!m_targetWindow->GetBackingPixmap() &&
|
||||
(noUnitsX != 0) && (noUnitsY != 0))
|
||||
(m_xScrollLines != 0) && (m_yScrollLines != 0))
|
||||
{
|
||||
int depth = wxDisplayDepth();
|
||||
m_targetWindow->SetPixmapWidth(totalPixelWidth);
|
||||
|
Loading…
Reference in New Issue
Block a user