Remove apparently erroneous -1 from DrawBitmap() in wxMSW wxGC code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Apr 2011 22:57:39 +0000 (22:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Apr 2011 22:57:39 +0000 (22:57 +0000)
commit42604e44bec70f5a26cabb26653f7ca1490fb04e
tree538c3b15e8e7ccc2a1bcd2b7bb5e4e65290f5266
parent85a9228394a1172e778cdd48db590b533c0132ba
Remove apparently erroneous -1 from DrawBitmap() in wxMSW wxGC code.

We didn't draw the last line and row of the image for some reason, simply
remove the -1 which prevented us from doing this.

Closes #12476.

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