mirror of https://github.com/WerWolv/ImHex.git
fix: Detached tool windows not resizing correctly
This commit is contained in:
parent
f9e960070d
commit
af6ad96cb6
|
@ -38,7 +38,7 @@ namespace hex::plugin::builtin {
|
|||
|
||||
if (!detached) continue;
|
||||
|
||||
ImGui::SetNextWindowSize(scaled(ImVec2(600, 0)), ImGuiCond_Appearing);
|
||||
ImGui::SetNextWindowSize(scaled(ImVec2(600, 0)));
|
||||
if (ImGui::Begin(View::toWindowName(name).c_str(), &detached, ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoResize)) {
|
||||
function();
|
||||
|
||||
|
|
Loading…
Reference in New Issue