mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
atspicontext: Add a few missing break statements
This commit is contained in:
parent
44728d09a9
commit
41ef1d87ef
@ -854,6 +854,7 @@ gtk_at_spi_context_state_change (GtkATContext *ctx,
|
||||
case GTK_ACCESSIBLE_TRISTATE_FALSE:
|
||||
emit_state_changed (self, "checked", FALSE);
|
||||
emit_state_changed (self, "indeterminate", FALSE);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
@ -889,6 +890,7 @@ gtk_at_spi_context_state_change (GtkATContext *ctx,
|
||||
break;
|
||||
case GTK_ACCESSIBLE_INVALID_FALSE:
|
||||
emit_state_changed (self, "invalid", FALSE);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
@ -910,6 +912,7 @@ gtk_at_spi_context_state_change (GtkATContext *ctx,
|
||||
case GTK_ACCESSIBLE_TRISTATE_FALSE:
|
||||
emit_state_changed (self, "pressed", FALSE);
|
||||
emit_state_changed (self, "indeterminate", FALSE);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user