Skip to content

Conversation

grayson-solis
Copy link
Contributor

No description provided.

local function isVisible(tr)
while tr do
tr = GetParentTrack(tr)
if tr and GetMediaTrackInfo(tr, "I_FOLDERCOMPACT") == 1 then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only checks for the first collapsed level (I_FOLDERCOMPACT==1) but ignores the second "fully collapsed" level (I_FOLDERCOMPACT==2) – is that the correct behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants