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 "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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user