#4070 Add pick cursor to measurements

This commit is contained in:
Gaute Lindkvist
2019-02-12 08:21:01 +01:00
parent d9672ad9a1
commit 8c130bbc6e
4 changed files with 26 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ private:
caf::PdmPointer<Rim3dView> m_reservoirView;
QPointer<RiuViewer> m_viewer;
static Ric3dViewPickEventHandler* sm_overridingPickHandler;
static Ric3dViewPickEventHandler* sm_overridingPickHandler;
static std::vector<RicDefaultPickEventHandler*> sm_defaultPickEventHandlers;
void handleTextPicking(int winPosX, int winPosY, cvf::HitItemCollection* hitItems);
};