From a0ed63ac93bffd7fa1535487c1b92c2deebb72c5 Mon Sep 17 00:00:00 2001 From: "Pawel, DBV" <> Date: Fri, 17 Feb 2012 07:48:50 +0000 Subject: [PATCH] 0022945: AIS_InteractiveObject: Initialization bug --- src/AIS/AIS_InteractiveObject.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/AIS/AIS_InteractiveObject.cxx b/src/AIS/AIS_InteractiveObject.cxx index 6217978299..f3263c04fe 100755 --- a/src/AIS/AIS_InteractiveObject.cxx +++ b/src/AIS/AIS_InteractiveObject.cxx @@ -57,16 +57,20 @@ SelectMgr_SelectableObject(aTypeOfPresentation3d), myDrawer(new AIS_Drawer()), myTransparency(0.), myOwnColor(Quantity_NOC_WHITE), +myOwnMaterial(Graphic3d_NOM_DEFAULT), myHilightMode(-1), myOwnWidth(0.0), myInfiniteState(Standard_False), hasOwnColor(Standard_False), hasOwnMaterial(Standard_False), +myCurrentFacingModel(Aspect_TOFM_BOTH_SIDE), myRecomputeEveryPrs(Standard_True), +myCTXPtr(NULL), mySelPriority(-1), myDisplayMode (-1), mySelectionMode(0), -mystate(0) +mystate(0), +myHasTransformation(Standard_False) { Handle (AIS_InteractiveContext) Bid; myCTXPtr = Bid.operator->();