mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Command palette content display not being displayed anymore
This commit is contained in:
@@ -136,10 +136,9 @@ namespace hex::plugin::builtin {
|
||||
ImGui::TextUnformatted(ICON_VS_TARGET);
|
||||
ImGui::EndMenuBar();
|
||||
}
|
||||
|
||||
displayedContent->callback();
|
||||
}
|
||||
|
||||
displayedContent->callback();
|
||||
} else {
|
||||
if (ImGui::BeginChild("##results", ImGui::GetContentRegionAvail(), ImGuiChildFlags_NavFlattened, ImGuiWindowFlags_AlwaysVerticalScrollbar)) {
|
||||
u32 id = 1;
|
||||
|
||||
Reference in New Issue
Block a user