mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-18 09:51:18 -06:00
Merge branch 'develop' into feature/launcherconfigs
This commit is contained in:
@@ -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;
|
||||
|
||||
Submodule ext/ghoul updated: 3ee30f00c1...6adcb40525
2
ext/sgct
2
ext/sgct
Submodule ext/sgct updated: d47e9d6d1d...b3bf32e8bd
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user