mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5766 Hide well disk labels when simulation well labels are turned off.
This commit is contained in:
parent
5b1e75d259
commit
e5eb2063be
@ -357,9 +357,7 @@ void RivWellDiskPartMgr::buildWellDiskParts( size_t frameIndex, const caf::Displ
|
||||
}
|
||||
}
|
||||
|
||||
bool showTextLabels = simWellInViewCollection()->showWellDiskQuantityLables() ||
|
||||
( well->showWellLabel() && well->showWellDisks() && !well->name().isEmpty() );
|
||||
|
||||
bool showTextLabels = well->showWellLabel() && well->showWellDisks() && !well->name().isEmpty();
|
||||
if ( showTextLabels )
|
||||
{
|
||||
cvf::Font* font = RiaGuiApplication::instance()->defaultWellLabelFont();
|
||||
|
Loading…
Reference in New Issue
Block a user