Merge branch 'master' into docking

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

View File

@@ -55,7 +55,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();