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

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