From 9e4cb435d37ed76b833a03a5effe6697d52d1f77 Mon Sep 17 00:00:00 2001 From: Sven Date: Mon, 26 Jan 2026 11:04:58 +0100 Subject: [PATCH] Fixed to filter for non-existing elements when initializing from a setting file --- .idea/ElegantTools.iml | 2 +- .idea/workspace.xml | 109 ++++++++++++++++++++++++++++------------- model.py | 3 ++ track.py | 2 +- ui/ElegantPlotGui.py | 2 +- ui/ElegantToolsGui.py | 4 +- 6 files changed, 82 insertions(+), 40 deletions(-) diff --git a/.idea/ElegantTools.iml b/.idea/ElegantTools.iml index b5978d0..091f81f 100644 --- a/.idea/ElegantTools.iml +++ b/.idea/ElegantTools.iml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1c8b6db..5cfa3be 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,18 +4,13 @@