Replace the startup gamma with the same from the standalone version

Fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629470
merge-requests/1/head
Jörg Frings-Fürst 2017-05-13 18:07:26 +09:00 zatwierdzone przez Olaf Meeuwissen
rodzic 5c0812c51b
commit 1808a63b00
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1159,7 +1159,7 @@ options_init (TScanner * scanner)
TOptionValue *pVal;
/* set gamma */
gamma_create (scanner, 2.2);
gamma_create (scanner, 1.0);
/* color convertion */
scanner->cnv.colormode = -1;