mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3426 Fix missing update of well targets when view is scaled
This commit is contained in:
@@ -45,6 +45,7 @@ class QProgressBar;
|
||||
namespace caf
|
||||
{
|
||||
class TitledOverlayFrame;
|
||||
class PdmUiSelectionVisualizer3d;
|
||||
}
|
||||
|
||||
namespace cvf
|
||||
@@ -171,6 +172,8 @@ private:
|
||||
cvf::ref<RivWindowEdgeAxesOverlayItem> m_windowEdgeAxisOverlay;
|
||||
bool m_showWindowEdgeAxes;
|
||||
|
||||
caf::PdmUiSelectionVisualizer3d* m_selectionVisualizerManager;
|
||||
|
||||
cvf::Vec3d m_cursorPositionDomainCoords;
|
||||
bool m_isNavigationRotationEnabled;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user