1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00

GUI: undo Windows * -> + change as formatting data, not filenames, doh

This commit is contained in:
gitlost
2022-07-05 01:35:24 +01:00
parent 8525597b81
commit 9870fc6a61
4 changed files with 10 additions and 14 deletions

View File

@@ -120,11 +120,7 @@ QString SequenceWindow::apply_format(const QString& raw_number)
adjusted += raw_number[inpos - 1];
inpos--;
} else {
#ifndef _WIN32
adjusted += '*';
#else
adjusted += '+';
#endif
}
break;
default: