X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd2be5df8d8a250c7987631e996f49ab024a4b54..66c71d8a3d5dff6759b941eed4762896a76e9642:/src/dfb/window.cpp?ds=sidebyside diff --git a/src/dfb/window.cpp b/src/dfb/window.cpp index f82ffb8ed6..9e33f696c7 100644 --- a/src/dfb/window.cpp +++ b/src/dfb/window.cpp @@ -675,6 +675,7 @@ void wxWindowDFB::PaintWindow(const wxRect& rect) // FIXME_DFB: don't waste time rendering the area if it's fully covered // by some children, go directly to rendering the children + // (unless some child has HasTransparentBackground()=true!) // NB: unconditionally send wxEraseEvent, because our implementation of // wxWindow::Refresh() ignores the eraseBack argument