Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpio810 committed Jul 27, 2024
1 parent 7c5e013 commit 57b5819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/ElementsCollection/elementscollectionwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ void ElementsCollectionWidget::setUpWidget()
m_tree_view = new ElementsTreeView(this);
m_tree_view->setHeaderHidden(true);
m_tree_view->setIconSize(QSize(50, 50));
m_tree_view->setSelectionMode(QAbstractItemView::ExtendedSelection);
m_tree_view->setDragDropMode(QAbstractItemView::DragDrop);
m_tree_view->setContextMenuPolicy(Qt::CustomContextMenu);
m_tree_view->setAutoExpandDelay(500);
Expand Down

0 comments on commit 57b5819

Please sign in to comment.