vtkmprbasedata->SetY( bbGetInputPoint()[1] );
vtkmprbasedata->SetZ( bbGetInputPoint()[2] );
bool tmpFixAxis = vtkmprbasedata->GetFixAxis2D( );
- vtkmprbasedata->SetFixAxis2D( bbGetInputFixAxis2D() );
+// vtkmprbasedata->SetFixAxis2D( bbGetInputFixAxis2D() );
int codeEvent;
if (bbGetInputType()==0)
{
//EED 2017-09-16 Migration wxWidgets 2.8 to 3.0
#if wxMAJOR_VERSION <= 2
bbGetInputwxVtkBaseView()->GetWxVTKRenderWindowInteractor ()->GetParent()->ProcessEvent( newevent );
- xxxxxx
#else
bbGetInputwxVtkBaseView()->GetWxVTKRenderWindowInteractor ()->GetParent()->ProcessWindowEvent( newevent );
- yyyyyy
#endif
- vtkmprbasedata->SetFixAxis2D( tmpFixAxis );
+ // vtkmprbasedata->SetFixAxis2D( tmpFixAxis );
} // if bbGetInputPosition
} // bbGetInputwxVtkBaseView
} // Active