texlive[58569] Master/texmf-dist/asymptote/GUI/xasyOptions.py: xasy

commits+karl at tug.org commits+karl at tug.org
Sat Mar 20 23:23:24 CET 2021


Revision: 58569
          http://tug.org/svn/texlive?view=revision&revision=58569
Author:   karl
Date:     2021-03-20 23:23:24 +0100 (Sat, 20 Mar 2021)
Log Message:
-----------
xasy fix from bowman, https://github.com/vectorgraphics/asymptote/issues/222

Modified Paths:
--------------
    trunk/Master/texmf-dist/asymptote/GUI/xasyOptions.py

Modified: trunk/Master/texmf-dist/asymptote/GUI/xasyOptions.py
===================================================================
--- trunk/Master/texmf-dist/asymptote/GUI/xasyOptions.py	2021-03-20 22:21:18 UTC (rev 58568)
+++ trunk/Master/texmf-dist/asymptote/GUI/xasyOptions.py	2021-03-20 22:23:24 UTC (rev 58569)
@@ -79,7 +79,6 @@
 
         self.options = self.defaultOptions()
         self.load()
-        self.overrideSettings()
 
     def __getitem__(self, item):
         return self.options[item]
@@ -121,6 +120,7 @@
             self.options = newOptions
         finally:
             f.close()
+        self.overrideSettings()
 
     def setDefaults(self):
         self.options = self.defaultOptions()



More information about the tex-live-commits mailing list.