[fix] fix typo ImGuiChildFlags_Border to ImGuiChildFlags_Borders

This commit is contained in:
dijunkun
2026-03-19 16:16:51 +08:00
parent 8e8a85bae3
commit d017561e54
10 changed files with 22 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ int Render::MainWindow() {
ImGui::BeginChild(
"DeskWindow",
ImVec2(local_remote_window_width, local_remote_window_height),
ImGuiChildFlags_Border,
ImGuiChildFlags_Borders,
ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoMove |
ImGuiWindowFlags_NoBringToFrontOnFocus);
ImGui::PopStyleVar();
@@ -57,4 +57,4 @@ int Render::MainWindow() {
return 0;
}
} // namespace crossdesk
} // namespace crossdesk