]> Creatis software - bbtkGEditor.git/commitdiff
Bug #1374 - Drag and drop
authorcorredor <>
Thu, 24 May 2012 14:12:30 +0000 (14:12 +0000)
committercorredor <>
Thu, 24 May 2012 14:12:30 +0000 (14:12 +0000)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx

index cba9e89e5d37646d8d8481675f96038135bb42a7..2acf1d709ca53852a197acf389dc3f1fcd381439 100644 (file)
@@ -61,9 +61,10 @@ wxVtkSceneManager::wxVtkSceneManager(wxGEditorTabPanel *parent,
                printf(
                                "RaC-EED 21-06-2010 %p wxVtkSceneManager::wxVtkSceneManager If you comment this line, the drag and drop functionnality is not initialized.\n",
                                this);
-#ifdef __APPLE__
+
+//#ifdef __APPLE__
                _baseView->GetWxVTKRenderWindowInteractor()->SetDropTarget((wxDropTarget*)parent);
-#endif
+//#endif
 
                configureBaseView();
                _worldState = NOTHING_HAPPENS;