#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();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------