diff --git a/src/os2/toolbar.cpp b/src/os2/toolbar.cpp index 23729eaae8..126bc9d9ba 100644 --- a/src/os2/toolbar.cpp +++ b/src/os2/toolbar.cpp @@ -695,6 +695,7 @@ void wxToolBar::OnPaint ( return; nCount++; + ::WinFillRect(vDc.GetHPS(), &vDc.m_vRclPaint, GetBackgroundColour().GetPixel()); for ( wxToolBarToolsList::Node* pNode = m_tools.GetFirst(); pNode; pNode = pNode->GetNext() )