Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JIRASUMMARYDETAILS

ORG-20607

Saving project will pop up error Undefined Variable:R# when there is R# in the long file pathE.g. the file path is long and there is R1, R2, etc.
ORG-20236Run time error when hiding menu by context menu in the custom menu organizerThis bug was introduced since Origin 2019b. 
ORG-20630Windows Theme changes when switch graph windows

In Origin 2019b, windows Theme changes when switching graph windows.

In Origin 2020, this bug is fixed.


Programming

JIRASUMMARYDETAILS

ORG-20390

XF failed resolve argument having comma in GOS
  1. In GOS, the numeric separator is 1.000,0 by default
  2. New a workbook
  3. Run below script failed to change fill color of column A to red because the arguments are separated by ,
    wcellcolor 1 color(255, 0, 0);

    Fixed in Origin 2020.

...