Skip to content

Commit

Permalink
Revert "Show line indicator instead of rectangle while dragging in ta…
Browse files Browse the repository at this point in the history
…bles (#5252)"

This reverts commit 0322d37.
  • Loading branch information
Felanbird committed Mar 17, 2024
1 parent dc989a9 commit 63298e0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 104 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
- Minor: Add permissions to experimental plugins feature. (#5231)
- Minor: Added warning message if you have multiple commands with the same trigger. (#4322)
- Minor: Add support to send /announce[color] commands. (#5250)
- Minor: Added drop indicator line while dragging in tables. (#5252)
- Bugfix: Fixed an issue where certain emojis did not send to Twitch chat correctly. (#4840)
- Bugfix: Fixed capitalized channel names in log inclusion list not being logged. (#4848)
- Bugfix: Trimmed custom streamlink paths on all platforms making sure you don't accidentally add spaces at the beginning or end of its path. (#4834)
Expand Down
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,6 @@ set(SOURCE_FILES
widgets/helper/SettingsDialogTab.hpp
widgets/helper/SignalLabel.cpp
widgets/helper/SignalLabel.hpp
widgets/helper/TableStyles.cpp
widgets/helper/TableStyles.hpp
widgets/helper/TitlebarButton.cpp
widgets/helper/TitlebarButton.hpp
widgets/helper/TitlebarButtons.cpp
Expand Down
3 changes: 0 additions & 3 deletions src/widgets/helper/EditableModelView.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "EditableModelView.hpp"

#include "widgets/helper/RegExpItemDelegate.hpp"
#include "widgets/helper/TableStyles.hpp"

#include <QAbstractItemView>
#include <QAbstractTableModel>
Expand Down Expand Up @@ -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);
Expand Down
66 changes: 0 additions & 66 deletions src/widgets/helper/TableStyles.cpp

This file was deleted.

32 changes: 0 additions & 32 deletions src/widgets/helper/TableStyles.hpp

This file was deleted.

0 comments on commit 63298e0

Please sign in to comment.