mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#266) Fixed issue for labels disappearing for white background
DrawableText::labelAnchorVisible hides all labels if the background is set to white
This commit is contained in:
parent
08c04f5052
commit
3c1b549064
@ -542,6 +542,7 @@ void RivGridBoxGenerator::createLegend(EdgeType edge, cvf::Collection<cvf::Part>
|
||||
cvf::ref<cvf::DrawableText> geo = new cvf::DrawableText;
|
||||
geo->setFont(new cvf::FixedAtlasFont(cvf::FixedAtlasFont::STANDARD));
|
||||
geo->setTextColor(m_gridLegendColor);
|
||||
geo->setCheckPosVisible(false);
|
||||
geo->setDrawBackground(false);
|
||||
geo->setDrawBorder(false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user