Bug 385686, No Focus indicator for radios/checkboxes/textboxes on Linux, Patch by Michael Ventnor, r+sr=roc

This commit is contained in:
dbaron@dbaron.org 2007-06-26 23:41:57 -07:00
parent cd345b3543
commit fe261d22b0

View File

@ -644,7 +644,7 @@ moz_gtk_toggle_paint(GdkDrawable* drawable, GdkRectangle* rect,
gCheckboxWidget, "checkbutton", x, y, width, height);
if (state->focused) {
gtk_paint_focus(style, drawable, GTK_STATE_ACTIVE, cliprect,
gRadiobuttonWidget, "checkbutton", rect->x, rect->y,
gCheckboxWidget, "checkbutton", rect->x, rect->y,
rect->width, rect->height);
}
}