#3291 Fix by differensiating between dynamic and default pickEventHandlers

This commit is contained in:
Jacob Støren
2018-08-30 13:22:28 +02:00
parent 67aa41eeae
commit bddaf9d602
9 changed files with 77 additions and 24 deletions

View File

@@ -24,7 +24,7 @@
//==================================================================================================
///
//==================================================================================================
class Ric3dWellLogCurvePickEventHandler : public RicPickEventHandler
class Ric3dWellLogCurvePickEventHandler : public RicDefaultPickEventHandler
{
public:
static Ric3dWellLogCurvePickEventHandler* instance();