We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a270bde commit a994582Copy full SHA for a994582
src/app/composer/qgscomposerlegendwidget.cpp
@@ -44,7 +44,8 @@ QgsComposerLegendWidget::QgsComposerLegendWidget( QgsComposerLegend* legend ): m
44
mItemTreeView->setDragEnabled( true );
45
mItemTreeView->setAcceptDrops( true );
46
mItemTreeView->setDropIndicatorShown( true );
47
- mItemTreeView->setDefaultDropAction( Qt::MoveAction );
+ //only available in 4.6
48
+ //mItemTreeView->setDefaultDropAction( Qt::MoveAction );
49
mItemTreeView->setDragDropMode( QAbstractItemView::InternalMove );
50
51
setGuiElements();
0 commit comments