mirror of
				https://github.com/OPM/ResInsight.git
				synced 2025-02-25 18:55:39 -06:00 
			
		
		
		
	Make sure curve names and plot titles are updated using Plot Editor
This commit is contained in:
		| @@ -702,8 +702,8 @@ void RicSummaryPlotEditorUi::updateTargetPlot() | ||||
|  | ||||
|     m_targetPlot->loadDataAndUpdate(); | ||||
|  | ||||
|     m_targetPlot->updatePlotTitle(); | ||||
|     m_targetPlot->updateConnectedEditors(); | ||||
|     m_targetPlot->curvesChanged.send(); | ||||
| } | ||||
|  | ||||
| //-------------------------------------------------------------------------------------------------- | ||||
|   | ||||
| @@ -2708,6 +2708,8 @@ bool RimSummaryPlot::handleGlobalKeyEvent( QKeyEvent* keyEvent ) | ||||
| //-------------------------------------------------------------------------------------------------- | ||||
| void RimSummaryPlot::onCurveCollectionChanged( const SignalEmitter* emitter ) | ||||
| { | ||||
|     curvesChanged.send(); | ||||
|  | ||||
|     updateStackedCurveData(); | ||||
|     scheduleReplotIfVisible(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user