Extend wxBannerWindow background bitmap if necessary.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 28 Nov 2011 18:58:52 +0000 (18:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 28 Nov 2011 18:58:52 +0000 (18:58 +0000)
commit4e2b91bb27c3ab9667b1a8255e423777150b2daa
tree50f7b55647d974263b6d2f253665b6fc0a359ff5
parente78e77e5cac2ca48601f72a0d49ac8ce6c354da7
Extend wxBannerWindow background bitmap if necessary.

Ensure that the entire banner window uses the same background colour as the
bitmap, even when the bitmap is too small for the window size. This allows to
avoid using huge bitmaps if extending the bitmap with solid colour looks good
enough.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/bannerwindow.h
interface/wx/bannerwindow.h
src/generic/bannerwindow.cpp