Merge pull request #2 from virtualstaticvoid/patch-1

Failed to set `colorWarning` field in `getColorFromIndex` method.
Branch_2.1.x
Nathan Crawford 2013-10-10 14:34:41 -07:00
commit 341a97e4d8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -641,8 +641,8 @@ namespace PesFile
}
else
{
colorWarning = true;
return Color.White;
colorWarning = true;
}
}