Skip to content

Commit 1147962

Browse files
committed
Fixes #93 . Thanks to @jiversen
1 parent eac76f3 commit 1147962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ QString MainWindow::replaceFilename(QString fullfile) const {
564564
QString run = QString("%1").arg(ui->spin_counter->value(), 3, 10, QChar('0'));
565565
fullfile.replace(counterPlaceholder(), run);
566566

567-
return fullfile;
567+
return fullfile.trimmed();
568568
}
569569

570570
/**

0 commit comments

Comments
 (0)