From 9dffd4b2512f414142aef947140c50b4a4f8bce3 Mon Sep 17 00:00:00 2001 From: Chris Stefano Date: Thu, 10 Oct 2013 23:25:23 +0200 Subject: [PATCH] Failed to set `colorWarning` field in `getColorFromIndex` method. --- PesFile/PesFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PesFile/PesFile.cs b/PesFile/PesFile.cs index 5dbe2ec..a2bb322 100644 --- a/PesFile/PesFile.cs +++ b/PesFile/PesFile.cs @@ -641,8 +641,8 @@ namespace PesFile } else { + colorWarning = true; return Color.White; - colorWarning = true; } }