mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-05 11:58:41 -06:00
Huge refactoring of builtin features into an external plugin
This commit is contained in:
@@ -235,7 +235,7 @@ namespace hex {
|
||||
}
|
||||
ImGui::EndChild();
|
||||
|
||||
ImGui::SetCursorPosX((ImGui::GetContentRegionAvailWidth() - 300) / 2);
|
||||
ImGui::SetCursorPosX((ImGui::GetContentRegionAvail().x - 300) / 2);
|
||||
if (ImGui::Button("Disassemble", ImVec2(300, 20)))
|
||||
this->m_shouldInvalidate = true;
|
||||
ImGui::NewLine();
|
||||
|
||||
Reference in New Issue
Block a user