ui: Improve colors of digram and layered distribution plot

This commit is contained in:
WerWolv
2022-12-29 15:06:23 +01:00
parent 0311feee9b
commit 26898feb62
2 changed files with 17 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ namespace hex::plugin::builtin {
double m_plainTextCharacterPercentage = -1.0;
std::vector<double> m_blockEntropy;
std::array<std::vector<float>, 12> m_blockTypeDistributions;
u64 m_processedBlockCount = 0;
std::atomic<u64> m_processedBlockCount = 0;
double m_diagramHandlePosition = 0.0;