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:
@@ -675,7 +675,7 @@ void wxScrollHelper::AdjustScrollbars()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!m_targetWindow->GetBackingPixmap() &&
|
if (!m_targetWindow->GetBackingPixmap() &&
|
||||||
(noUnitsX != 0) && (noUnitsY != 0))
|
(m_xScrollLines != 0) && (m_yScrollLines != 0))
|
||||||
{
|
{
|
||||||
int depth = wxDisplayDepth();
|
int depth = wxDisplayDepth();
|
||||||
m_targetWindow->SetPixmapWidth(totalPixelWidth);
|
m_targetWindow->SetPixmapWidth(totalPixelWidth);
|
||||||
|
Reference in New Issue
Block a user