diff options
Diffstat (limited to 'Plugins/CsvExport/csvexport.cpp')
| -rw-r--r-- | Plugins/CsvExport/csvexport.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Plugins/CsvExport/csvexport.cpp b/Plugins/CsvExport/csvexport.cpp index fcbf841..c3698af 100644 --- a/Plugins/CsvExport/csvexport.cpp +++ b/Plugins/CsvExport/csvexport.cpp @@ -181,6 +181,8 @@ void CsvExport::defineCsvFormat() format.columnSeparator = cfg.CsvExport.CustomSeparator.get(); break; } + + format.calculateSeparatorMaxLengths(); } |
