mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Make intentionality of switch fallthrough clear
This commit is contained in:
parent
6b1c9d818a
commit
fb3fb6855c
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ void Terminal::_notification(int what)
|
||||||
case NOTIFICATION_THEME_CHANGED:
|
case NOTIFICATION_THEME_CHANGED:
|
||||||
{
|
{
|
||||||
update_theme();
|
update_theme();
|
||||||
|
[[fallthrough]];
|
||||||
}
|
}
|
||||||
case NOTIFICATION_RESIZED:
|
case NOTIFICATION_RESIZED:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue