mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-14 23:24:39 -04:00
library: check d/o escape seq value <= 255, better error messages
GUI: cliwindow: `#if _WIN32` -> `#ifdef _WIN32`, add "-Wundef" check to cmake cmake: backend: add C90 (C89) compat compiler check docs: update "README" pandoc, "README.linux" (Fedora 39 -> 40) tests: test_png: add some more text examples
This commit is contained in:
parent
b42d5baf4c
commit
34be69d241
14 changed files with 208 additions and 169 deletions
|
@ -44,7 +44,7 @@ CLIWindow::CLIWindow(BarcodeItem *bc, const bool autoHeight, const double height
|
|||
QByteArray geometry = settings.value(QSL("studio/cli/window_geometry")).toByteArray();
|
||||
restoreGeometry(geometry);
|
||||
|
||||
#if _WIN32
|
||||
#ifdef _WIN32
|
||||
const int index = settings.value(QSL("studio/cli/rad_unix_win"), 1).toInt();
|
||||
#else
|
||||
const int index = settings.value(QSL("studio/cli/rad_unix_win"), 0).toInt();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue