Fixed RefreshRect() call in wxPropertyGrid::DrawItems() to use physical window coordinates instead of logical grid ones

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2010-03-22 16:07:45 +00:00
parent 976e63a7a8
commit e948e2140f
2 changed files with 10 additions and 1 deletions

View File

@@ -1433,7 +1433,7 @@ public:
/**
Returns rectangle that fully contains properties between and including
p1 and p2.
p1 and p2. Rectangle is in virtual scrolled window coordinates.
*/
wxRect GetPropertyRect( const wxPGProperty* p1,
const wxPGProperty* p2 ) const;