mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
win32: Add missing break in switch statement
Oops.
This commit is contained in:
parent
1548b680fc
commit
63eb15b730
@ -78,6 +78,7 @@ gtk_css_value_win32_compute_size (const GtkCssValue *value)
|
||||
{
|
||||
case GTK_WIN32_SIZE:
|
||||
size = gtk_win32_theme_get_size (value->theme, value->val.size.id);
|
||||
break;
|
||||
|
||||
case GTK_WIN32_PART_WIDTH:
|
||||
gtk_win32_theme_get_part_size (value->theme, value->val.part.part, value->val.part.state, &size, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user