patterns: Updated pattern language

This commit is contained in:
WerWolv 2022-09-07 11:32:47 +02:00
parent 96e85c0685
commit 2fbb351314
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit d524f78deb979199326c6f5bfa295e59f772bb8c
Subproject commit e4d95c96020ff80884cfeffe30fec472cfdbe5a2

View File

@ -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);