mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4136 Export of Flow Characteristics : Use CSV text export
This commit is contained in:
@@ -211,7 +211,7 @@ void RicShowPlotDataFeature::onActionTriggered(bool isChecked)
|
||||
QString title = "Data Content";
|
||||
{
|
||||
QString titleCandidate = RiaFeatureCommandContext::instance()->titleString();
|
||||
if (!titleCandidate.isEmpty()) titleCandidate = titleCandidate;
|
||||
if (!titleCandidate.isEmpty()) title = titleCandidate;
|
||||
}
|
||||
|
||||
RicShowPlotDataFeature::showTextWindow(title, content);
|
||||
|
||||
Reference in New Issue
Block a user