From 310afa5672660b64b6e8bf62901e333cc03c1e08 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 6 Feb 2025 19:08:39 +0100 Subject: [PATCH] Disabling experimental threaded rendering by default for now. --- runtime-pyside6/LogarithmPlotter/util/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-pyside6/LogarithmPlotter/util/config.py b/runtime-pyside6/LogarithmPlotter/util/config.py index 020569a..a7b2ffb 100644 --- a/runtime-pyside6/LogarithmPlotter/util/config.py +++ b/runtime-pyside6/LogarithmPlotter/util/config.py @@ -28,7 +28,7 @@ DEFAULT_SETTINGS = { "reset_redo_stack": True, "last_install_greet": "0", "enable_latex": which("latex") is not None and which("dvipng") is not None, - "enable_latex_threaded": True, + "enable_latex_threaded": False, "expression_editor": { "autoclose": True, "colorize": True,