From 41931290aec4211df2828eb3f76951a0737e3d9a Mon Sep 17 00:00:00 2001 From: santi Date: Mon, 23 Sep 2024 19:47:23 +0100 Subject: [PATCH] Improved label redrawing --- .idea/workspace.xml | 111 ++++---- Grids_and_profiles/grids/IEEE57.gridcal | Bin 39199 -> 39946 bytes .../MapWidget/Branches/map_line_segment.py | 4 +- .../Substation/substation_graphic_item.py | 4 +- .../Gui/Diagrams/MapWidget/grid_map_widget.py | 2 +- .../Branches/dc_line_graphics.py | 4 +- .../SchematicWidget/Branches/line_editor.py | 4 +- .../SchematicWidget/Branches/line_graphics.py | 2 +- .../Branches/line_graphics_template.py | 260 +++++++++--------- .../Branches/transformer3w_graphics.py | 6 +- .../Branches/transformer_editor.py | 4 +- .../Substation/bus_graphics.py | 2 +- .../Substation/busbar_graphics.py | 2 +- .../SchematicWidget/Substation/cn_graphics.py | 2 +- .../SchematicWidget/schematic_widget.py | 4 +- src/GridCalEngine/Devices/multi_circuit.py | 90 +++--- 16 files changed, 260 insertions(+), 241 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 57c812370..c5e11072d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -28,13 +28,22 @@