Fixed IntOverlay.

This commit is contained in:
casey langen 2020-07-01 14:14:07 -07:00
parent 9433553db1
commit 575072b7b7

View File

@ -311,7 +311,7 @@ void SchemaOverlay::ShowIntOverlay(
.SetText(stringValueFor(prefs, entry))
.SetValidator(validator)
.SetWidth(overlayWidth())
.SetInputAcceptedCallback(callback);
.SetInputAcceptedCallback(handler);
App::Overlays().Push(dialog);
}