#4088 Update View names in Window Title when changing the custom name part

This commit is contained in:
Gaute Lindkvist 2019-02-15 13:36:20 +01:00
parent aeb964a89a
commit 6bdd4b8178
2 changed files with 11 additions and 0 deletions

View File

@ -897,6 +897,14 @@ void Rim3dView::applyBackgroundColor()
updateLegends();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void Rim3dView::performHolderUpdate()
{
updateMdiWindowTitle();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@ -179,6 +179,9 @@ protected:
// Implementation of RiuViewerToViewInterface
void applyBackgroundColor();
// Implementation of RimNameConfigHolderInterface
void performHolderUpdate() override;
// Abstract methods to implement in subclasses
virtual void axisLabels(cvf::String* xLabel, cvf::String* yLabel, cvf::String* zLabel) = 0;