diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-01-31 16:03:18 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-01-31 18:09:30 +0200 |
commit | 3913d1e8c1f604bdd622d5e81e5077ef52b30466 (patch) | |
tree | 9c421dd057fb73ef19442ad9fea417bde6f0438d /src/qt/transactionview.h | |
parent | 4c55f92c7644c267997c7ddab37d195216d6cf39 (diff) |
qt: Drop buggy TableViewLastColumnResizingFixer class
In Qt 5 the last column resizing with dragging its left edge works
out-of-the-box.
The current TableViewLastColumnResizingFixer implementation could put
the last column content out of the view port and confuse a user.
Diffstat (limited to 'src/qt/transactionview.h')
-rw-r--r-- | src/qt/transactionview.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qt/transactionview.h b/src/qt/transactionview.h index b268823066..72d6cc31b8 100644 --- a/src/qt/transactionview.h +++ b/src/qt/transactionview.h @@ -82,10 +82,6 @@ private: QWidget *createDateRangeWidget(); - GUIUtil::TableViewLastColumnResizingFixer *columnResizingFixer{nullptr}; - - virtual void resizeEvent(QResizeEvent* event) override; - bool eventFilter(QObject *obj, QEvent *event) override; private Q_SLOTS: |