mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
LeoCAD: use system color theme by default
This commit is contained in:
@@ -11,7 +11,7 @@ and continues to receive updates."
|
||||
HOMEPAGE="https://www.leocad.org/"
|
||||
COPYRIGHT="LeoCAD Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/leozide/leocad/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="bd28c47f920fa1bc458b6e5f476b93ccc1aa40e30158a3dd2397368cc3d79099"
|
||||
libVersion="20.03"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 0b6947f07af9da9f3dab786f9a8681f0ad8c7930 Mon Sep 17 00:00:00 2001
|
||||
From 56e3d2007014c45e92c60b56466d40f2a6d9ba0f Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Thu, 31 Mar 2022 22:43:45 +1000
|
||||
Subject: Add haiku fixes
|
||||
@@ -22,3 +22,26 @@ index a38dd01..7b3da32 100644
|
||||
--
|
||||
2.30.2
|
||||
|
||||
|
||||
From 699bcb03415f257405161bfb4fd054eeec40195e Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Mon, 25 Apr 2022 20:12:07 +1000
|
||||
Subject: Use system color theme
|
||||
|
||||
|
||||
diff --git a/common/lc_profile.cpp b/common/lc_profile.cpp
|
||||
index 1975b58..c303fb9 100644
|
||||
--- a/common/lc_profile.cpp
|
||||
+++ b/common/lc_profile.cpp
|
||||
@@ -95,7 +95,7 @@ static lcProfileEntry gProfileEntries[LC_NUM_PROFILE_KEYS] =
|
||||
lcProfileEntry("Settings", "ViewSphereHighlightColor", LC_RGBA(41, 128, 185, 255)), // LC_PROFILE_VIEW_SPHERE_HIGHLIGHT_COLOR
|
||||
|
||||
lcProfileEntry("Settings", "Language", ""), // LC_PROFILE_LANGUAGE
|
||||
- lcProfileEntry("Settings", "ColorTheme", static_cast<int>(lcColorTheme::Dark)), // LC_PROFILE_COLOR_THEME
|
||||
+ lcProfileEntry("Settings", "ColorTheme", static_cast<int>(lcColorTheme::System)), // LC_PROFILE_COLOR_THEME
|
||||
lcProfileEntry("Settings", "CheckUpdates", 1), // LC_PROFILE_CHECK_UPDATES
|
||||
lcProfileEntry("Settings", "ProjectsPath", ""), // LC_PROFILE_PROJECTS_PATH
|
||||
lcProfileEntry("Settings", "PartsLibrary", ""), // LC_PROFILE_PARTS_LIBRARY
|
||||
--
|
||||
2.30.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user