mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 10:28:28 +01:00
Bugfix for OSX 6
This commit is contained in:
parent
026e5f9bcb
commit
30e8b3b60e
@ -270,7 +270,7 @@ public:
|
||||
}
|
||||
|
||||
if (ImGui::BeginTabItem("HIRS")) {
|
||||
ImGui::BeginChild(ImGuiID("HIRSChild"));
|
||||
ImGui::BeginChild("HIRSChild");
|
||||
|
||||
ImGui::EndChild();
|
||||
ImGui::EndTabItem();
|
||||
|
Loading…
Reference in New Issue
Block a user