Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@rodlie
Copy link
Contributor

@rodlie rodlie commented Jun 3, 2025

Should fix issue #1052

@rodlie rodlie linked an issue Jun 3, 2025 that may be closed by this pull request
10 tasks

++row;
childIndex = index.model()->index(row, 0);
childIndex = index.model()->index(row, 0, index);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this equivalent to childIndex = childIndex.siblingRow(row); ? If so, maybe use this instead since looks a little more like an iterator?

I don't have a strong opinion on this so if you prefer what you have here and below that is fine by me.

@acolwell acolwell merged commit 5ed9228 into NatronGitHub:RB-2.6 Jul 1, 2025
3 checks passed
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.

(Bug): Dopesheet crashes when clicking item in the hierarchy view

2 participants