Added color picker for Bookmarks and highlighting in the hex view

This commit is contained in:
WerWolv
2021-01-13 14:11:23 +01:00
parent d3e47245d6
commit 4328a335ec
6 changed files with 39 additions and 11 deletions

View File

@@ -202,5 +202,6 @@ namespace hex {
std::vector<char> name;
std::vector<char> comment;
u32 color;
};
}