1
0
mirror of synced 2025-01-18 09:04:52 +01:00

Fixed invalid type name in bitfields

This commit is contained in:
WerWolv 2021-01-10 13:50:34 +01:00
parent 8f16a733b9
commit cf1fe04431

View File

@ -786,7 +786,7 @@ namespace hex::lang {
else
ImGui::Text("%llu bits", entrySize);
ImGui::TableNextColumn();
ImGui::Text("%s", entryName.c_str());
ImGui::TextColored(ImColor(0xFF9BC64D), "bits");
ImGui::TableNextColumn();
{
u128 fieldValue = 0;