From: nds Date: Wed, 12 Jul 2017 13:42:38 +0000 (+0300) Subject: Issue #2183 Can't change the preselected object below the mouse cursor X-Git-Tag: V_2.7.2RC~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=da4fc462d1aca655d3c80123e556bbb5efd30299;p=modules%2Fshaper.git Issue #2183 Can't change the preselected object below the mouse cursor --- diff --git a/src/SHAPERGUI/SHAPERGUI.cpp b/src/SHAPERGUI/SHAPERGUI.cpp index da00b44bf..c4580759f 100644 --- a/src/SHAPERGUI/SHAPERGUI.cpp +++ b/src/SHAPERGUI/SHAPERGUI.cpp @@ -64,7 +64,7 @@ #include #include -//#define SALOME_PATCH_FOR_CTRL_WHEEL +#define SALOME_PATCH_FOR_CTRL_WHEEL extern "C" { SHAPERGUI_EXPORT CAM_Module* createModule() diff --git a/src/SHAPERGUI/SHAPERGUI_SalomeViewer.cpp b/src/SHAPERGUI/SHAPERGUI_SalomeViewer.cpp index 0af846aa2..dc11d995f 100644 --- a/src/SHAPERGUI/SHAPERGUI_SalomeViewer.cpp +++ b/src/SHAPERGUI/SHAPERGUI_SalomeViewer.cpp @@ -33,7 +33,7 @@ #include #include -//#define SALOME_PATCH_FOR_CTRL_WHEEL +#define SALOME_PATCH_FOR_CTRL_WHEEL SHAPERGUI_SalomeView::SHAPERGUI_SalomeView(OCCViewer_Viewer* theViewer) : ModuleBase_IViewWindow(), myCurrentView(0)