klayout/src/laybasic
Matthias Koefferlein 21e2af2a97 Fixed #102 (Potential issue while upgrading from .25.1 to .25.2)
The reason was that for 0.25.1 "macro-editor-font-size" was allowed
to be an empty string (the default). Which meant: take default application
font size. In 0.25.2 this now was required to be a number and 0 was
the default for "auto" font size.

Two changes:
 - The default is back to empty string ("0" is still allowed as default)
 - The application was made safe against broken configuration files: an
   error is printed to the log, but apart from that the application
   will work (the configuration value is ignored however).
2018-03-20 18:52:00 +01:00
..
laybasic Fixed #102 (Potential issue while upgrading from .25.1 to .25.2) 2018-03-20 18:52:00 +01:00
unit_tests Reworked bookmark menu implementation to avoid MacOS menu issue 2018-02-10 18:41:05 +01:00
laybasic.pro Finished refactoring of unit tests. Now they are modularized. 2017-08-27 08:33:02 +02:00