mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Begin: WIP consistent Begin/End behavior.
This commit is contained in:
@ -104,7 +104,8 @@ struct FreeTypeTest
|
||||
// Call to draw interface
|
||||
void ShowFreetypeOptionsWindow()
|
||||
{
|
||||
ImGui::Begin("FreeType Options");
|
||||
if (!ImGui::Begin("FreeType Options"))
|
||||
return;
|
||||
ImGui::ShowFontSelector("Fonts");
|
||||
WantRebuild |= ImGui::RadioButton("FreeType", (int*)&BuildMode, FontBuildMode_FreeType);
|
||||
ImGui::SameLine();
|
||||
|
Reference in New Issue
Block a user