CLI2: Display filter footnote only if some filter token is present

This commit is contained in:
Tomas Babej 2015-09-29 07:20:58 +02:00 committed by Paul Beckingham
parent b0e249e564
commit f0e8d2027c

View file

@ -678,6 +678,7 @@ void CLI2::prepareFilter ()
} }
} }
if (combined.size ())
context.footnote (std::string (STRING_COLUMN_LABEL_FILTER) + ": " + combined); context.footnote (std::string (STRING_COLUMN_LABEL_FILTER) + ": " + combined);
} }
} }