From 50438aabbaf55c55e5cab40cb88e19da2a26b0a3 Mon Sep 17 00:00:00 2001 From: corredor <> Date: Thu, 24 May 2012 14:12:30 +0000 Subject: [PATCH] Bug #1374 - Drag and drop --- .../bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.45.0