AppFwk: Make PdmUiSelection3dEditorVisualizer generic, ready to be moved to a separate file

This commit is contained in:
Jacob Støren
2018-11-26 21:50:46 +01:00
parent 9297c5888c
commit fb93ad7ca7
7 changed files with 84 additions and 27 deletions

View File

@@ -189,7 +189,7 @@ RiuViewer::RiuViewer(const QGLFormat& format, QWidget* parent)
m_windowEdgeAxisOverlay = new RivWindowEdgeAxesOverlayItem(standardFont);
m_showWindowEdgeAxes = false;
m_selectionVisualizerManager = new caf::PdmUiSelectionVisualizer3d(this);
m_selectionVisualizerManager = new caf::PdmUiSelection3dEditorVisualizer(this);
m_scaleLegend = new caf::OverlayScaleLegend(standardFont);
m_scaleLegend->setOrientation(caf::OverlayScaleLegend::HORIZONTAL);