mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 17:00:34 +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();
|
||||
if (anEntitiesCount >= 0)
|
||||
functorName = functorName + ": " + QString::number(anEntitiesCount);
|
||||
anActor->GetScalarBarActor()->SetTitle( functorName.toLatin1().constData() );
|
||||
anActor->GetScalarBarActor()->SetTitle( functorName.toUtf8().constData() );
|
||||
SMESH::RepaintCurrentView();
|
||||
#ifndef DISABLE_PLOT2DVIEWER
|
||||
if ( anActor->GetPlot2Histogram() ) {
|
||||
|
Loading…
Reference in New Issue
Block a user