mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5355 Phase Distribution Plots : Hide plot legend in multi plot mode
This commit is contained in:
parent
e8d832343e
commit
2a9af029b8
@ -160,8 +160,8 @@ void RimWellDistributionPlot::updateLegend()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// For now we always show the legend when in multiplot mode
|
// Hide the legend when in multiplot mode, as the legend is handeled by the multi plot grid layout
|
||||||
bool doShowLegend = true;
|
bool doShowLegend = false;
|
||||||
if ( isMdiWindow() )
|
if ( isMdiWindow() )
|
||||||
{
|
{
|
||||||
doShowLegend = m_showPlotLegends;
|
doShowLegend = m_showPlotLegends;
|
||||||
|
Loading…
Reference in New Issue
Block a user