Don't pretend to be a GtkTreeView where it isn't required

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2009-01-23 23:40:48 +00:00
parent 4e0d42061e
commit 1c1e6b5b50
2 changed files with 1 additions and 9 deletions

View File

@@ -575,8 +575,7 @@ wxRendererGTK::DrawItemSelectionRect(wxWindow* win,
// Using "treeview-middle" would fix the warning, but the right
// edge of the focus rect is not getting erased properly either.
// Better to not specify this detail unless the drawing is fixed.
// RR: I added that to the Pizza widget class.
"treeview",
"",
dc.LogicalToDeviceX(rect.x),
dc.LogicalToDeviceY(rect.y),
rect.width,