Pass full cell rectangle to WXCallRender().
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Nov 2009 17:41:42 +0000 (17:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Nov 2009 17:41:42 +0000 (17:41 +0000)
commita923d77fc57722f430d21fd3bd6b5ec86d6e1bc3
treee71f4976996086394cf97dca5b3df68c81e2f703
parent9d02e4948365a384ec0d67368ac41206e0a87b0b
Pass full cell rectangle to WXCallRender().

There is no need to ask the item for its size in gtk_wx_cell_renderer_render()
as WXCallRender() will already do it (correctly, accounting for badly
implemented GetSize() unlike this version) internally on its own.

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