StretchHeaderView: Fix infinite loop

Fixes #1480
This commit is contained in:
Jonas Kvinge
2024-07-09 11:14:31 +02:00
parent ffd8ce9281
commit ac959387fe
2 changed files with 9 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ class StretchHeaderView : public QHeaderView {
QVector<ColumnWidthType> column_widths_;
bool in_mouse_move_event_;
int forced_resize_logical_index_;
};
#endif // STRETCHHEADERVIEW_H