test for dst!=NULL instead of bpp==1 in Rescale() as otherwise we'd crash on monochro...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Mar 2006 23:52:46 +0000 (23:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Mar 2006 23:52:46 +0000 (23:52 +0000)
commitce46daf91c812038f13df8c8ca625145057cc09e
treea5d777fc0dab7aafb495f83d7659c01b1915ff20
parentd6a7ca317ff8ca63e468aaa72818d17211d7476b
test for dst!=NULL instead of bpp==1 in Rescale() as otherwise we'd crash on monochrome display (not very common any more, but still) (coverity checker CID 12)

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