tools: Added wikipedia term definition search

This commit is contained in:
WerWolv
2021-08-28 16:02:53 +02:00
parent e9c349fc55
commit c1751f39ae
14 changed files with 121 additions and 12 deletions

View File

@@ -115,9 +115,8 @@ namespace hex {
ImGui::NewLine();
}
}
ImGui::EndChild();
}
ImGui::EndChild();
if (ImGui::Button("hex.view.bookmarks.button.jump"_lang))
EventManager::post<RequestSelectionChange>(region);
@@ -168,8 +167,8 @@ namespace hex {
ProjectFile::markDirty();
}
ImGui::EndChild();
}
ImGui::EndChild();
}
ImGui::End();
}