mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
Use the improved Ceetron Navigation
This commit is contained in:
parent
9c1b676f7f
commit
9eb4b19384
@ -72,6 +72,7 @@
|
||||
#include "RimCellPropertyFilterCollection.h"
|
||||
#include "Rim3dOverlayInfoConfig.h"
|
||||
#include "RimWellCollection.h"
|
||||
#include "cafCeetronPlusNavigation.h"
|
||||
|
||||
namespace caf
|
||||
{
|
||||
@ -1132,7 +1133,7 @@ void RiaApplication::applyPreferences()
|
||||
}
|
||||
else
|
||||
{
|
||||
m_activeReservoirView->viewer()->setNavigationPolicy(new caf::CeetronNavigation);
|
||||
m_activeReservoirView->viewer()->setNavigationPolicy(new caf::CeetronPlusNavigation);
|
||||
}
|
||||
|
||||
m_activeReservoirView->viewer()->enablePerfInfoHud(m_preferences->showHud());
|
||||
|
@ -72,6 +72,7 @@
|
||||
#include "cvfOverlayScalarMapperLegend.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include "cafCeetronPlusNavigation.h"
|
||||
|
||||
namespace caf {
|
||||
|
||||
@ -234,7 +235,7 @@ void RimReservoirView::updateViewerWidget()
|
||||
|
||||
if (RiaApplication::instance()->navigationPolicy() == RiaApplication::NAVIGATION_POLICY_CEETRON)
|
||||
{
|
||||
m_viewer->setNavigationPolicy(new caf::CeetronNavigation);
|
||||
m_viewer->setNavigationPolicy(new caf::CeetronPlusNavigation);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user