From: sln Date: Thu, 7 Jul 2011 16:00:38 +0000 (+0000) Subject: /*type == QEvent::DragEnter || */ X-Git-Tag: DIAGRAM_1_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e315e81d053daa085b7a0d0f76a941ee9a6bedda;p=modules%2Fgui.git /*type == QEvent::DragEnter || */ --- diff --git a/src/SUIT/SUIT_DataBrowser.cxx b/src/SUIT/SUIT_DataBrowser.cxx index 0a7ab032b..82337cd78 100644 --- a/src/SUIT/SUIT_DataBrowser.cxx +++ b/src/SUIT/SUIT_DataBrowser.cxx @@ -462,8 +462,8 @@ bool SUIT_DataBrowser::eventFilter( QObject* obj, QEvent* e ) QtxTreeView* tree = treeView(); if ( obj == tree->viewport() ) - { - if ( type == QEvent::DragEnter || type == QEvent::DragMove ) + { + if ( /*type == QEvent::DragEnter || */type == QEvent::DragMove ) { SUIT_DataObject* destObj = 0;