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