mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Release 2023.06
This commit is contained in:
@@ -137,8 +137,7 @@ void RimAnnotationLineAppearance::defineUiOrdering( QString uiConfigName, caf::P
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimAnnotationLineAppearance::fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue )
|
||||
{
|
||||
RimAnnotationCollection* annColl = nullptr;
|
||||
this->firstAncestorOrThisOfType( annColl );
|
||||
auto annColl = firstAncestorOrThisOfType<RimAnnotationCollection>();
|
||||
if ( annColl ) annColl->scheduleRedrawOfRelevantViews();
|
||||
|
||||
objectChanged.send();
|
||||
|
||||
Reference in New Issue
Block a user