Well Label Color: Preferences for new views and color setting on well

collection.
This commit is contained in:
Jacob Støren
2013-10-01 11:13:23 +02:00
parent 2372cf86ca
commit a8f9851896
5 changed files with 14 additions and 3 deletions

View File

@@ -290,7 +290,7 @@ void RivWellHeadPartMgr::buildWellHeadParts(size_t frameIndex)
drawableText->setDrawBorder(false);
drawableText->setDrawBackground(false);
drawableText->setVerticalAlignment(cvf::TextDrawer::CENTER);
drawableText->setTextColor(cvf::Color3f(0.92f, 0.92f, 0.92f));
drawableText->setTextColor(m_rimReservoirView->wellCollection()->wellLabelColor());
cvf::String cvfString = cvfqt::Utils::fromQString(well->name());