mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 12:07:49 +02:00
Bugfix for OSX 6
This commit is contained in:
@ -270,7 +270,7 @@ public:
|
||||
}
|
||||
|
||||
if (ImGui::BeginTabItem("HIRS")) {
|
||||
ImGui::BeginChild(ImGuiID("HIRSChild"));
|
||||
ImGui::BeginChild("HIRSChild");
|
||||
|
||||
ImGui::EndChild();
|
||||
ImGui::EndTabItem();
|
||||
|
Reference in New Issue
Block a user