You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue when the widget or one of the ancestor is not visible: isVisible() is one of the property which is not symmetric to setVisible(). As result it can be false is some cases for false reason.
The following code from ImageStack`looks to have the same problem
Issue when the widget or one of the ancestor is not visible:
isVisible()
is one of the property which is not symmetric tosetVisible()
. As result it can be false is some cases for false reason.The following code from ImageStack`looks to have the same problem
Initially raised here: #3742 (comment)
This needs to be checked.
The text was updated successfully, but these errors were encountered: