Update function description

This commit is contained in:
Charles Ewert 2023-04-20 12:12:52 -04:00
parent ebf2e4e1af
commit 2d9fe2e587

View File

@ -72,7 +72,7 @@ sub onFilterFocusChange()
end if
end sub
' Ensure all data for Filter Menu is valid
' Check if data for Filter Menu is valid
function isFilterMenuDataValid() as boolean
if not isValid(m.filterMenu) or not isValid(m.filterMenu.content) or not isValid(m.filterMenu.itemFocused)
return false