0 votes

I can't get the TreeItem Deselect method to work (Using row select mode). Does anyone have any idea why this is the case?

        tI.Select(0); //Works fine
        tI.Deselect(0);// None of these work
        tI.Deselect(1);// ^
        tI.Deselect(2);// ^
        tI.Deselect(3);// ^
        tI.Deselect(4); // ^

If anyone has any clue why this isn't working that would be great.
Thanks

Godot version 3.2.3 stable mono
in Engine by (21 points)
edited by

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.