mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-15 15:44:34 -04:00
GUI: undo Windows * -> + change as formatting data, not filenames, doh
This commit is contained in:
parent
8525597b81
commit
9870fc6a61
4 changed files with 10 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue