Small typo, big effect.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2002-04-03 14:39:45 +00:00
parent 15b663b4c3
commit 8ac795151e
2 changed files with 2 additions and 2 deletions

View File

@ -3399,7 +3399,7 @@ void wxWindowGTK::GtkSendPaintEvents()
wxRegionIterator upd( m_clearRegion );
while (upd)
{
gdk_draw_rectangle( GTK_PIZZA(m_wxwindow)->bin_window, g_eraseGC, 0,
gdk_draw_rectangle( GTK_PIZZA(m_wxwindow)->bin_window, g_eraseGC, 1,
upd.GetX(), upd.GetY(), upd.GetWidth(), upd.GetHeight() );
upd ++;
}

View File

@ -3399,7 +3399,7 @@ void wxWindowGTK::GtkSendPaintEvents()
wxRegionIterator upd( m_clearRegion );
while (upd)
{
gdk_draw_rectangle( GTK_PIZZA(m_wxwindow)->bin_window, g_eraseGC, 0,
gdk_draw_rectangle( GTK_PIZZA(m_wxwindow)->bin_window, g_eraseGC, 1,
upd.GetX(), upd.GetY(), upd.GetWidth(), upd.GetHeight() );
upd ++;
}