Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefanBruens <stefan.bruens@rwth-aachen.de>2020-12-08 16:01:18 +0300
committerGitHub <noreply@github.com>2020-12-08 16:01:18 +0300
commitcaa9916cf00ec1c8daf15f1837da3a78e93c5a3c (patch)
treed01b196d8c5d11442311f63d1d982d08cd588c7b /cura_app.py
parent64a5349018d5fbf57abdefe3fc57b63403c1c2c5 (diff)
Fix bug reference
Diffstat (limited to 'cura_app.py')
-rwxr-xr-xcura_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura_app.py b/cura_app.py
index 3c2620bb38..ad5f7b759d 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -207,7 +207,7 @@ if Platform.isLinux() and getattr(sys, "frozen", False):
import trimesh.exchange.load
os.environ["LD_LIBRARY_PATH"] = old_env
-# WORKAROUND: CURA-5488
+# WORKAROUND: Cura#5488
# When using the KDE qqc2-desktop-style, the UI layout is completely broken, and
# even worse, it crashes when switching to the "Preview" pane.
if Platform.isLinux():