Skip to content

Commit dbcd3db

Browse files
committed
Adjust positions when input changes
This prevents issue #3379.
1 parent 7c18237 commit dbcd3db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/FilterTableHeader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ void FilterTableHeader::adjustPositions()
9999

100100
void FilterTableHeader::inputChanged(const QString& new_value)
101101
{
102+
adjustPositions();
102103
// Just get the column number and the new value and send them to anybody interested in filter changes
103104
emit filterChanged(sender()->property("column").toUInt(), new_value);
104105
}

0 commit comments

Comments
 (0)