mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4088 Update View names in Window Title when changing the custom name part
This commit is contained in:
parent
aeb964a89a
commit
6bdd4b8178
@ -897,6 +897,14 @@ void Rim3dView::applyBackgroundColor()
|
|||||||
updateLegends();
|
updateLegends();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
///
|
||||||
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
void Rim3dView::performHolderUpdate()
|
||||||
|
{
|
||||||
|
updateMdiWindowTitle();
|
||||||
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@ -179,6 +179,9 @@ protected:
|
|||||||
// Implementation of RiuViewerToViewInterface
|
// Implementation of RiuViewerToViewInterface
|
||||||
void applyBackgroundColor();
|
void applyBackgroundColor();
|
||||||
|
|
||||||
|
// Implementation of RimNameConfigHolderInterface
|
||||||
|
void performHolderUpdate() override;
|
||||||
|
|
||||||
// Abstract methods to implement in subclasses
|
// Abstract methods to implement in subclasses
|
||||||
|
|
||||||
virtual void axisLabels(cvf::String* xLabel, cvf::String* yLabel, cvf::String* zLabel) = 0;
|
virtual void axisLabels(cvf::String* xLabel, cvf::String* yLabel, cvf::String* zLabel) = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user