Revert "Show line indicator instead of rectangle while dragging in tables" (#5255)

This reverts commit 0322d37650.
This commit is contained in:
Felanbird
2024-03-17 20:07:53 -04:00
committed by GitHub
parent dc989a9298
commit f21b9a2daf
5 changed files with 0 additions and 104 deletions
-3
View File
@@ -1,7 +1,6 @@
#include "EditableModelView.hpp"
#include "widgets/helper/RegExpItemDelegate.hpp"
#include "widgets/helper/TableStyles.hpp"
#include <QAbstractItemView>
#include <QAbstractTableModel>
@@ -29,8 +28,6 @@ EditableModelView::EditableModelView(QAbstractTableModel *model, bool movable)
this->tableView_->verticalHeader()->setVisible(false);
this->tableView_->horizontalHeader()->setSectionsClickable(false);
TableRowDragStyle::applyTo(this->tableView_);
// create layout
QVBoxLayout *vbox = new QVBoxLayout(this);
vbox->setContentsMargins(0, 0, 0, 0);