mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 00:19:20 +00:00
Fixed IntOverlay.
This commit is contained in:
parent
9433553db1
commit
575072b7b7
@ -311,7 +311,7 @@ void SchemaOverlay::ShowIntOverlay(
|
||||
.SetText(stringValueFor(prefs, entry))
|
||||
.SetValidator(validator)
|
||||
.SetWidth(overlayWidth())
|
||||
.SetInputAcceptedCallback(callback);
|
||||
.SetInputAcceptedCallback(handler);
|
||||
|
||||
App::Overlays().Push(dialog);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user