Skip to content

Commit 5cab7de

Browse files
committed
after number edit reload all releated fields
1 parent f39b601 commit 5cab7de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SCRIPTS/TOOLS/ExpressLRS/ui/lvgl.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ function UI.createNumberRow(pg, field)
845845
edited = function(val)
846846
field.value = val
847847
Protocol.fieldIntSave(field)
848-
Protocol.reloadParentFolder(field)
848+
Protocol.reloadRelatedFields(field)
849849
end,
850850
display = function(val)
851851
if isFloat then

0 commit comments

Comments
 (0)