mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +05:00
Fix for "16960 EDF 19475 - Control Free nodes" issue
This commit is contained in:
parent
b8a546c91f
commit
7b4bb082fa
@ -1750,7 +1750,7 @@ namespace
|
|||||||
int anEntitiesCount = anActor->GetNumberControlEntities();
|
int anEntitiesCount = anActor->GetNumberControlEntities();
|
||||||
if (anEntitiesCount >= 0)
|
if (anEntitiesCount >= 0)
|
||||||
functorName = functorName + ": " + QString::number(anEntitiesCount);
|
functorName = functorName + ": " + QString::number(anEntitiesCount);
|
||||||
anActor->GetScalarBarActor()->SetTitle( functorName.toLatin1().constData() );
|
anActor->GetScalarBarActor()->SetTitle( functorName.toUtf8().constData() );
|
||||||
SMESH::RepaintCurrentView();
|
SMESH::RepaintCurrentView();
|
||||||
#ifndef DISABLE_PLOT2DVIEWER
|
#ifndef DISABLE_PLOT2DVIEWER
|
||||||
if ( anActor->GetPlot2Histogram() ) {
|
if ( anActor->GetPlot2Histogram() ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user