X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/981a80493a7eb930da1792bef310f89e312dd367..64c38b4be828b7b18f7d51f80eb9848f1cccf40e:/src/gtk/renderer.cpp diff --git a/src/gtk/renderer.cpp b/src/gtk/renderer.cpp index ce6cc046e0..177fb31036 100644 --- a/src/gtk/renderer.cpp +++ b/src/gtk/renderer.cpp @@ -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,