mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
ui: Improve colors of digram and layered distribution plot
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user