Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Jul 18, 2020
2 parents 1f4913e + 5fbd49e commit bfe9062
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ set(META_AUTHOR_DOMAIN "https://github.com/abdes/asap")
set(META_AUTHOR_MAINTAINER "Abdessattar Sassi (abde.sassi gmail account)")
set(META_VERSION_MAJOR "0")
set(META_VERSION_MINOR "9")
set(META_VERSION_PATCH "3")
set(META_VERSION_PATCH "4")
set(META_VERSION_REVISION "${GIT_REV}")
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
set(META_NAME_VERSION "${META_PROJECT_NAME} v${META_VERSION} (${META_VERSION_REVISION})")
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
| Windows | [![Windows][21]][20] |

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

# Starter project with minimum necessary functionality
- use cmake for the build system
Expand Down
2 changes: 1 addition & 1 deletion common
Submodule common updated from a9cbe8 to 4de221
2 changes: 1 addition & 1 deletion filesystem
Submodule filesystem updated from 57c6d8 to a89c27
2 changes: 1 addition & 1 deletion imgui
Submodule imgui updated from 4d7988 to 6c3b15
4 changes: 2 additions & 2 deletions main/src/ui/application_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ void ShowDisplaySettings(ImGuiRunner *runner) {
// Toolbar
ImGui::PushStyleVar(ImGuiStyleVar_WindowPadding, {5.0f, 2.0f});
ImGui::PushStyleColor(
ImGuiCol_ChildWindowBg,
ImGuiCol_ChildBg,
(pending_changes) ? ImGui::GetStyleColorVec4(ImGuiCol_PlotLinesHovered)
: ImGui::GetStyleColorVec4(ImGuiCol_MenuBarBg));

Expand Down Expand Up @@ -460,7 +460,7 @@ void ShowStyleSettings() {
// Toolbar
{
ImGui::PushStyleVar(ImGuiStyleVar_WindowPadding, {5.0f, 2.0f});
ImGui::PushStyleColor(ImGuiCol_ChildWindowBg,
ImGui::PushStyleColor(ImGuiCol_ChildBg,
ImGui::GetStyleColorVec4(ImGuiCol_MenuBarBg));
{
ImGui::BeginChild("Style Settings Toolbar",
Expand Down
2 changes: 1 addition & 1 deletion third_party/catch2
Submodule catch2 updated 156 files
2 changes: 1 addition & 1 deletion third_party/glfw
Submodule glfw updated 102 files
2 changes: 1 addition & 1 deletion third_party/glm
Submodule glm updated 1515 files
2 changes: 1 addition & 1 deletion third_party/spdlog
Submodule spdlog updated 139 files

0 comments on commit bfe9062

Please sign in to comment.