Merge pull request #370 from neilsb/force-guide-focus

Force guide focus when Programs Loaded
This commit is contained in:
Anthony Lavado 2021-03-21 18:04:33 -04:00 committed by GitHub
commit 00c17c6e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@ sub onScheduleLoaded()
end for
m.scheduleGrid.showLoadingDataFeedback = false
m.scheduleGrid.setFocus(true)
m.LoadScheduleTask.schedule = []
end sub