]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/renderer.cpp
implement wxChoicebook::SetWindowVariant() by forwarding it to wxChoice (see #10398)
[wxWidgets.git] / src / gtk / renderer.cpp
index ce6cc046e05d72f93f9582fc242cac052f180735..177fb31036db1249cb1c2b91f82ce53007bc29c3 100644 (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,