From bec32cb0934addcb56d663f1bcd52c4ea8f9f2a2 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 10 May 2011 12:28:12 +0000 Subject: [PATCH] Fix for the bug "IPAL22474 TC6.3.0: info window overlaps selection point". --- src/OBJECT/VISU_GaussPtsAct.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OBJECT/VISU_GaussPtsAct.cxx b/src/OBJECT/VISU_GaussPtsAct.cxx index 83840ebe..981b9149 100644 --- a/src/OBJECT/VISU_GaussPtsAct.cxx +++ b/src/OBJECT/VISU_GaussPtsAct.cxx @@ -1158,6 +1158,7 @@ VISU_GaussPtsAct myTextActor->SetTransparency(aPickingSettings->GetInfoWindowTransparency()); myTextActor->SetWorldPoint(aWorldCoord); myTextActor->SetText(aString.c_str()); + myTextActor->SetMoveFrameFlag(1); myTextActor->SetVisibility(anIsVisible && theIsHighlight && aShowTextActor); // // myCellActor -- 2.39.2