mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed background color setting for legends and refactored Legend class hierarchy
* Added a new cafTitledOverlayFrame as a base-class for all ResInsight legend classes * Inherits cvf::OverlayItem
This commit is contained in:
@@ -573,7 +573,7 @@ void Rim2dIntersectionView::updateLegends()
|
||||
RimGeoMechView * geoView = nullptr;
|
||||
m_intersection->firstAncestorOrThisOfType(geoView);
|
||||
|
||||
cvf::OverlayItem* legend = nullptr;
|
||||
caf::TitledOverlayFrame* legend = nullptr;
|
||||
|
||||
if (eclView)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user