|
@@ -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));
|