mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-19 18:48:44 -05:00
Fixed double declaration of style variable.
This commit is contained in:
Submodule apps/Launcher/ext/libtorrent deleted from 600dad575a
@@ -334,7 +334,6 @@ void GUI::initialize() {
|
||||
style.GrabMinSize = 10.f;
|
||||
style.GrabRounding = 16.f;
|
||||
|
||||
ImGuiStyle& style = ImGui::GetStyle();
|
||||
style.Colors[ImGuiCol_Text] = ImVec4(0.90f, 0.90f, 0.90f, 1.00f);
|
||||
style.Colors[ImGuiCol_TextDisabled] = ImVec4(0.60f, 0.60f, 0.60f, 1.00f);
|
||||
style.Colors[ImGuiCol_WindowBg] = ImVec4(0.13f, 0.13f, 0.13f, 0.96f);
|
||||
|
||||
Submodule modules/kameleon/ext/kameleon updated: 3de739a553...1b4549edc7
Reference in New Issue
Block a user