Skip to content

Commit

Permalink
missing buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Jan 2, 2024
1 parent 03782dc commit 895b625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor/Gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9572,6 +9572,8 @@ void Gui::drawFaceEditorWidget()
}
clipper.End();


ImGui::EndChild();
ImGui::PushStyleColor(ImGuiCol_Text, ImVec4{ 0.0, 0.0, 1.0, 1.0 });

if (ImGui::Button("Mark all visible"))
Expand Down Expand Up @@ -9631,8 +9633,6 @@ void Gui::drawFaceEditorWidget()

delete[] compressed;
}

ImGui::EndChild();
}
}
ImGui::End();
Expand Down

0 comments on commit 895b625

Please sign in to comment.