mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
ui: Correct some uses of ImGui::EndChild()
This commit is contained in:
@@ -257,8 +257,9 @@ namespace hex {
|
||||
|
||||
ImGui::PopStyleColor();
|
||||
}
|
||||
|
||||
ImGui::EndChild();
|
||||
}
|
||||
ImGui::EndChild();
|
||||
ImGui::PopStyleColor(1);
|
||||
|
||||
ImGui::Disabled([this]{
|
||||
|
||||
Reference in New Issue
Block a user