]> git.saurik.com Git - wxWidgets.git/commitdiff
Toolbar update
authorDavid Webster <Dave.Webster@bhmi.com>
Mon, 1 Jul 2002 22:26:05 +0000 (22:26 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Mon, 1 Jul 2002 22:26:05 +0000 (22:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/toolbar.cpp

index 23729eaae8d230a98aa247af8056450c5a1107fc..126bc9d9ba6f1d38f0aceb4516c9a68e85a87f13 100644 (file)
@@ -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() )