Fix vala mainline switch statement build warnings

This commit is contained in:
Michael Gratton 2020-08-17 10:33:33 +10:00
parent 4411e00b18
commit 850bb3139f
17 changed files with 120 additions and 17 deletions

View file

@ -258,6 +258,10 @@ public class Components.Validator : GLib.Object {
case Trigger.LOST_FOCUS:
focus_lost();
break;
case Trigger.MANUAL:
// no-op
break;
}
} else if (!this.pulse_timer.is_running) {
this.pulse_timer.start();