diff --git a/apps/Launcher/main.cpp b/apps/Launcher/main.cpp index 401d70ca64..943e22f7c7 100644 --- a/apps/Launcher/main.cpp +++ b/apps/Launcher/main.cpp @@ -83,14 +83,14 @@ QCheckBox::indicator { } QCheckBox::indicator::unchecked { border: 1px solid #5A5A5A; - background: transparent; + background: #a10000; } QCheckBox::indicator:unchecked:hover { border: 1px solid #DDDDDD; } QCheckBox::indicator::checked { - border: 1px solid #AAAAAA; - background: #666666; + border: 1px solid #5A5A5A; + background: #8dc73f; } QCheckBox::indicator:checked:hover { border: 1px solid #DDDDDD; diff --git a/ext/ghoul b/ext/ghoul index 3ee30f00c1..6adcb40525 160000 --- a/ext/ghoul +++ b/ext/ghoul @@ -1 +1 @@ -Subproject commit 3ee30f00c198b65ce34ef9f2032831c6729ff35d +Subproject commit 6adcb40525e5c052b63a7a764d12ea4da897c015 diff --git a/ext/sgct b/ext/sgct index d47e9d6d1d..b3bf32e8bd 160000 --- a/ext/sgct +++ b/ext/sgct @@ -1 +1 @@ -Subproject commit d47e9d6d1d55a1730a6f3a8f58abee4a4a0b95de +Subproject commit b3bf32e8bd59c7a79e899face441a26a361fe982 diff --git a/modules/kameleon/CMakeLists.txt b/modules/kameleon/CMakeLists.txt index 22b1e2c13b..2171629667 100644 --- a/modules/kameleon/CMakeLists.txt +++ b/modules/kameleon/CMakeLists.txt @@ -63,7 +63,7 @@ create_new_module( endif () set_property(TARGET ccmc PROPERTY FOLDER "External") if (TARGET cdf) - if (OPENSPACE_DISABLE_EXTERNAL_WARNINGS) + if (GHOUL_DISABLE_EXTERNAL_WARNINGS) if (MSVC) target_compile_options(cdf PUBLIC "/W0" "/MP") else ()