mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use the improved Ceetron Navigation
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user