Browse Source

use field measureColor

Melon 8 months ago
parent
commit
1bb226b64f
3 changed files with 4 additions and 4 deletions
  1. 1 1
      lib/process/workspace/measure_data_controller.dart
  2. 2 2
      pubspec.lock
  3. 1 1
      pubspec.yaml

+ 1 - 1
lib/process/workspace/measure_data_controller.dart

@@ -361,7 +361,7 @@ class MeasureDataController implements IMeasureDataController {
 
   void checkCursorColor(Color defaultColor) {
     Color cursorColor = defaultColor;
-    final value = _measureSystemSetting.cursorColor;
+    final value = _measureSystemSetting.measureColor;
     if (value != null) {
       if (value.startsWith("#")) {
         Color colorFromHex = Color(int.parse(value.substring(1), radix: 16));

+ 2 - 2
pubspec.lock

@@ -191,8 +191,8 @@ packages:
     dependency: "direct main"
     description:
       path: "."
-      ref: "6f1d87578b"
-      resolved-ref: "6f1d87578b23b0ac151297b7d7d5b6215bf65412"
+      ref: "6b6cb44"
+      resolved-ref: "6b6cb44f6e8477ccc1a5a30a80701fce60d92324"
       url: "http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git"
     source: git
     version: "0.0.1"

+ 1 - 1
pubspec.yaml

@@ -100,7 +100,7 @@ dependency_overrides:
   fis_jsonrpc:
     git:
       url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
-      ref: "6f1d87578b"
+      ref: "6b6cb44"
   fis_lib_business_components:
     git:
       url: http://git.ius.plus/Project-Wing/fis_lib_business_components.git