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
In msvVTKButtons, vtkButtonCallback has unnecessary data members, only msvVTKButtons *ToolButton is required, all the other ones can be retrieved via ToolButton.
The text was updated successfully, but these errors were encountered:
In msvVTKButtons, vtkButtonCallback has unnecessary data members, only
msvVTKButtons *ToolButton
is required, all the other ones can be retrieved viaToolButton
.The text was updated successfully, but these errors were encountered: