We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It returns True when the pane is invisible and False when it's visible. isPaneVisible() calls getStateForPane_() which returns view.isHidden():
isPaneVisible()
getStateForPane_()
view.isHidden()
vanilla/Lib/vanilla/vanillaSplitView.py
Line 63 in 48dc7ad
The text was updated successfully, but these errors were encountered:
I'd make a PR but how many people would rely on the current behavior?
Sorry, something went wrong.
Probably not many since no one else has mentioned it. 😄 Do you want me to fix it? I'm fine with making the change.
That would be great, thanks!
No branches or pull requests
It returns True when the pane is invisible and False when it's visible.
isPaneVisible()
callsgetStateForPane_()
which returnsview.isHidden()
:vanilla/Lib/vanilla/vanillaSplitView.py
Line 63 in 48dc7ad
The text was updated successfully, but these errors were encountered: