ui/ux: hexeditor -> hex_editor, Improved performance and flickering when highlighting bytes

This commit is contained in:
WerWolv
2022-02-06 21:02:31 +01:00
parent decfad5c99
commit b3728ae658
12 changed files with 417 additions and 415 deletions

View File

@@ -1,4 +1,4 @@
#include "content/views/view_hexeditor.hpp"
#include "content/views/view_hex_editor.hpp"
#include "content/views/view_pattern_editor.hpp"
#include "content/views/view_pattern_data.hpp"
#include "content/views/view_hashes.hpp"