mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-30 00:50:32 +05:00
rnc: replaced tabs by spaces
This commit is contained in:
parent
df4ce866bc
commit
ec92e342ca
@ -512,15 +512,16 @@ void DisplayGUI::ChangeDisplayMode( const int mode, SUIT_ViewWindow* viewWindow
|
|||||||
anActors->InitTraversal();
|
anActors->InitTraversal();
|
||||||
while (vtkActor* anAct = anActors->GetNextActor()) {
|
while (vtkActor* anAct = anActors->GetNextActor()) {
|
||||||
GEOM_Actor* aGeomActor = GEOM_Actor::SafeDownCast(anAct);
|
GEOM_Actor* aGeomActor = GEOM_Actor::SafeDownCast(anAct);
|
||||||
vectorMode = !aGeomActor->GetVectorMode();
|
vectorMode = !aGeomActor->GetVectorMode();
|
||||||
aGeomActor->SetVectorMode(vectorMode);
|
aGeomActor->SetVectorMode(vectorMode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(mode == 0 || mode == 1) {
|
if(mode == 0 || mode == 1) {
|
||||||
aStudy->setObjectProperty(mgrId,It.Value()->getEntry(),DISPLAY_MODE_PROP, mode);
|
aStudy->setObjectProperty(mgrId,It.Value()->getEntry(),DISPLAY_MODE_PROP, mode);
|
||||||
} else if (mode == 3) {
|
}
|
||||||
aStudy->setObjectProperty(mgrId, It.Value()->getEntry(),VECTOR_MODE_PROP , vectorMode);
|
else if (mode == 3) {
|
||||||
}
|
aStudy->setObjectProperty(mgrId, It.Value()->getEntry(),VECTOR_MODE_PROP , vectorMode);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
aView->Repaint();
|
aView->Repaint();
|
||||||
|
Loading…
Reference in New Issue
Block a user