mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
Draw focus rect for buttons with relief set to GTK_RELIEF_NONE. (#487954)
2007-10-18 Cody Russell <cody@jhu.edu> * modules/engines/ms-windows/msw_style.c: Draw focus rect for buttons with relief set to GTK_RELIEF_NONE. (#487954) svn path=/trunk/; revision=18931
This commit is contained in:
parent
3f9af37ffe
commit
88aafca418
@ -1,3 +1,8 @@
|
|||||||
|
2007-10-18 Cody Russell <cody@jhu.edu>
|
||||||
|
|
||||||
|
* modules/engines/ms-windows/msw_style.c: Draw focus rect for
|
||||||
|
buttons with relief set to GTK_RELIEF_NONE. (#487954)
|
||||||
|
|
||||||
2007-10-17 Cody Russell <cody@jhu.edu>
|
2007-10-17 Cody Russell <cody@jhu.edu>
|
||||||
|
|
||||||
* gdk/win32/gdkevents-win32.c
|
* gdk/win32/gdkevents-win32.c
|
||||||
|
@ -3224,11 +3224,7 @@ draw_focus ( GtkStyle *style,
|
|||||||
if( !GTK_WIDGET_CAN_FOCUS(widget) ) {
|
if( !GTK_WIDGET_CAN_FOCUS(widget) ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if( detail && 0 == strcmp(detail, "button")
|
|
||||||
&& GTK_RELIEF_NONE == gtk_button_get_relief( GTK_BUTTON(widget) ) )
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if ( is_combo_box_child(widget)
|
if ( is_combo_box_child(widget)
|
||||||
&& (GTK_IS_ARROW(widget) || GTK_IS_BUTTON(widget)) ) {
|
&& (GTK_IS_ARROW(widget) || GTK_IS_BUTTON(widget)) ) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user