In Desktop mode, negative value on !OCR_LEFT_X will cause an error and macro will fail

Hi,
In Desktop mode, if the text (Dropbox icon) that I want to OCRSearch is in the left side most of the desktop, the value of !OCR_LEFT_X is negative and the macro will fail. The !OCRX and !OCRY are correct. If I move the Dropbox icon to the right, the macro will not fail but the value of !OCR_LEFT_X is little bet off from expected X coordinate. Does anyone encounter is issue?
Below is the error message.
[error] Line 2: Value ‘-3.5’ is not supported for variable “!OCR_LEFT_X”

Below is my macro.

{
  "Name": "Test",
  "CreationDate": "2022-11-26",
  "Commands": [
    {
      "Command": "bringIDEandBrowserToBackground",
      "Target": "",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "OCRSearch",
      "Target": "Dropbox",
      "Value": "search_result",
      "Description": ""
    }
  ]
}

Below is the upper left screenshot of my Desktop.
Ocrsearch

Thank you.

Thanks for the hint, we will fix this asap.

Fixed in V8.1.23, thanks again for the hint!