vanilla
vanilla copied to clipboard
SplitView().isPaneVisible() returns the opposite value
It returns True when the pane is invisible and False when it's visible. isPaneVisible() calls getStateForPane_() which returns view.isHidden():
https://github.com/robotools/vanilla/blob/48dc7adeeccdafedf3f7358a54eba7aab237d24a/Lib/vanilla/vanillaSplitView.py#L63
I'd make a PR but how many people would rely on the current behavior?
I'd make a PR but how many people would rely on the current behavior?
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!