1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-17 01:04:19 +00:00

Merge branch 'master' into docking

This commit is contained in:
ocornut 2022-07-08 16:06:47 +02:00
commit 21fc57f2cf
33 changed files with 467 additions and 411 deletions

View file

@ -388,7 +388,7 @@ int main(int, char**)
// Setup Dear ImGui style
ImGui::StyleColorsDark();
//ImGui::StyleColorsClassic();
//ImGui::StyleColorsLight();
// When viewports are enabled we tweak WindowRounding/WindowBg so platform windows can look identical to regular ones.
ImGuiStyle& style = ImGui::GetStyle();