Skip to content

Commit bfe9062

Browse files
committed
Merge branch 'develop'
2 parents 1f4913e + 5fbd49e commit bfe9062

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ set(META_AUTHOR_DOMAIN "https://github.com/abdes/asap")
5858
set(META_AUTHOR_MAINTAINER "Abdessattar Sassi (abde.sassi gmail account)")
5959
set(META_VERSION_MAJOR "0")
6060
set(META_VERSION_MINOR "9")
61-
set(META_VERSION_PATCH "3")
61+
set(META_VERSION_PATCH "4")
6262
set(META_VERSION_REVISION "${GIT_REV}")
6363
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
6464
set(META_NAME_VERSION "${META_PROJECT_NAME} v${META_VERSION} (${META_VERSION_REVISION})")

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
| Windows | [![Windows][21]][20] |
1212

1313
[0]: https://travis-ci.org/abdes/asap_app_imgui
14-
[9]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/master/9
15-
[10]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/master/10
16-
[11]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/master/11
17-
[12]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/master/12
18-
[13]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/master/13
14+
[9]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/develop/9
15+
[10]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/develop/10
16+
[11]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/develop/11
17+
[12]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/develop/12
18+
[13]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/develop/13
1919
[20]: https://ci.appveyor.com/project/abdes/asap-app-imgui
20-
[21]: https://ci.appveyor.com/api/projects/status/qoaae14rw3cyivgq/branch/master?svg=true
20+
[21]: https://ci.appveyor.com/api/projects/status/qoaae14rw3cyivgq/branch/develop?svg=true
2121

2222
# Starter project with minimum necessary functionality
2323
- use cmake for the build system

common

Submodule common updated from a9cbe84 to 4de2212

filesystem

Submodule filesystem updated from 57c6d85 to a89c275

imgui

Submodule imgui updated from 4d7988b to 6c3b156

main/src/ui/application_base.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ void ShowDisplaySettings(ImGuiRunner *runner) {
358358
// Toolbar
359359
ImGui::PushStyleVar(ImGuiStyleVar_WindowPadding, {5.0f, 2.0f});
360360
ImGui::PushStyleColor(
361-
ImGuiCol_ChildWindowBg,
361+
ImGuiCol_ChildBg,
362362
(pending_changes) ? ImGui::GetStyleColorVec4(ImGuiCol_PlotLinesHovered)
363363
: ImGui::GetStyleColorVec4(ImGuiCol_MenuBarBg));
364364

@@ -460,7 +460,7 @@ void ShowStyleSettings() {
460460
// Toolbar
461461
{
462462
ImGui::PushStyleVar(ImGuiStyleVar_WindowPadding, {5.0f, 2.0f});
463-
ImGui::PushStyleColor(ImGuiCol_ChildWindowBg,
463+
ImGui::PushStyleColor(ImGuiCol_ChildBg,
464464
ImGui::GetStyleColorVec4(ImGuiCol_MenuBarBg));
465465
{
466466
ImGui::BeginChild("Style Settings Toolbar",

third_party/catch2

Submodule catch2 updated 156 files

third_party/glfw

Submodule glfw updated 102 files

third_party/glm

Submodule glm updated 1515 files

third_party/spdlog

Submodule spdlog updated 139 files

0 commit comments

Comments
 (0)