parent
aa7c5422c0
commit
7e144b136b
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
@ -1 +1 @@
|
||||
Subproject commit 32d83b2eca3b6a82ea61b11ef1047a0d4b9b1f08
|
||||
Subproject commit 5957400abf116eaa9e849a7b72a158d2ea6e1226
|
@ -306,7 +306,12 @@ namespace hex::plugin::builtin::ui {
|
||||
makeSelectable(pattern);
|
||||
drawCommentTooltip(pattern);
|
||||
ImGui::TableNextColumn();
|
||||
drawColorColumn(pattern);
|
||||
|
||||
if (pattern.isSealed())
|
||||
drawColorColumn(pattern);
|
||||
else
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
drawOffsetColumn(pattern);
|
||||
drawSizeColumn(pattern);
|
||||
drawTypenameColumn(pattern, "bitfield");
|
||||
|
Loading…
x
Reference in New Issue
Block a user