Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
d565e159
Commit
d565e159
authored
Oct 23, 2010
by
Carlos Garnacho
Browse files
GtkStyle: translate active state in paint_flat_box().
parent
087249db
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtkstyle.c
View file @
d565e159
...
...
@@ -2599,6 +2599,9 @@ gtk_default_draw_flat_box (GtkStyle *style,
case
GTK_STATE_INSENSITIVE
:
flags
|=
GTK_STATE_FLAG_INSENSITIVE
;
break
;
case
GTK_STATE_ACTIVE
:
flags
|=
GTK_STATE_FLAG_ACTIVE
;
break
;
default:
break
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment