We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c18237 commit dbcd3dbCopy full SHA for dbcd3db
1 file changed
src/FilterTableHeader.cpp
@@ -99,6 +99,7 @@ void FilterTableHeader::adjustPositions()
99
100
void FilterTableHeader::inputChanged(const QString& new_value)
101
{
102
+ adjustPositions();
103
// Just get the column number and the new value and send them to anybody interested in filter changes
104
emit filterChanged(sender()->property("column").toUInt(), new_value);
105
}
0 commit comments