]> git.saurik.com Git - wxWidgets.git/commit
In an expose event, the m_clearRegion is also updated as well
authorJulian Smart <julian@anthemion.co.uk>
Tue, 14 May 2002 20:38:22 +0000 (20:38 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 14 May 2002 20:38:22 +0000 (20:38 +0000)
commitd665f50b8c387bfb809054f315e2d8dacb403575
tree7475fbbd433c722c9284504b0ce5fbe078147cb2
parent63ec9dbbacaf363b67aa540896a2795c39dfe74b
In an expose event, the m_clearRegion is also updated as well
as m_updateRegion because otherwise in a scroll or resize,
a custom OnEraseBackground method will draw over more window than
OnPaint will redraw -- clearly not what's wanted.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp
src/gtk1/window.cpp