mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] General reformat and clean-up.
This commit is contained in:
@@ -329,8 +329,9 @@ public class HexViewPanel : UserControl
|
||||
foreach(ColorRange range in ColorRanges)
|
||||
{
|
||||
for(int i = range.Start; i <= range.End && i < _data.Length; i++)
|
||||
if(!colorLookup.ContainsKey(i))
|
||||
colorLookup[i] = range.Color;
|
||||
{
|
||||
if(!colorLookup.ContainsKey(i)) colorLookup[i] = range.Color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user