mirror of https://github.com/WerWolv/ImHex.git
patterns: Updated pattern language
This commit is contained in:
parent
96e85c0685
commit
2fbb351314
|
@ -1 +1 @@
|
|||
Subproject commit d524f78deb979199326c6f5bfa295e59f772bb8c
|
||||
Subproject commit e4d95c96020ff80884cfeffe30fec472cfdbe5a2
|
|
@ -80,7 +80,6 @@ namespace hex {
|
|||
open = createTreeNode(pattern);
|
||||
ImGui::TableNextColumn();
|
||||
makeSelectable(pattern);
|
||||
ImGui::SameLine();
|
||||
drawCommentTooltip(pattern);
|
||||
drawColorColumn(pattern);
|
||||
drawOffsetColumn(pattern);
|
||||
|
@ -146,7 +145,6 @@ namespace hex {
|
|||
ImGui::TableNextColumn();
|
||||
makeSelectable(pattern);
|
||||
drawCommentTooltip(pattern);
|
||||
ImGui::SameLine(0, 0);
|
||||
drawColorColumn(pattern);
|
||||
drawOffsetColumn(pattern);
|
||||
drawSizeColumn(pattern);
|
||||
|
|
Loading…
Reference in New Issue