From: corredor <> Date: Thu, 24 May 2012 14:12:30 +0000 (+0000) Subject: Bug #1374 - Drag and drop X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=bbtkGEditor.git;a=commitdiff_plain;h=50438aabbaf55c55e5cab40cb88e19da2a26b0a3 Bug #1374 - Drag and drop --- diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx index cba9e89..2acf1d7 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx @@ -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;