kicad/pcbnew/connectivity
Seth Hillbrand 9995b8714b Check for dirtied items in the cluster
When drawing the ratsnest, we need to be careful to avoid accessing
CONN_ITEMs that have been changed by the underlying model.  Checking for
dirty items instead of valid items will prevent us looking at data that
are out of date

Fixes https://gitlab.com/kicad/code/kicad/issues/14265

(cherry picked from commit 283770fc45)
2023-03-13 16:11:27 -07:00
..
CMakeLists.txt ADDED: Threadpool 2022-06-24 22:59:24 +00:00
connectivity_algo.cpp Improve zone-layer-connections terminology and comments. 2023-02-05 17:39:42 +00:00
connectivity_algo.h Propagate nets within non-conflicting clusters immediately. 2023-01-23 16:25:29 +00:00
connectivity_data.cpp Fix the CONNECTIVITY_DATA::GetNetItems Python API 2023-03-01 18:49:12 +00:00
connectivity_data.h Fix the CONNECTIVITY_DATA::GetNetItems Python API 2023-03-01 18:49:12 +00:00
connectivity_items.cpp Check for dirtied items in the cluster 2023-03-13 16:11:27 -07:00
connectivity_items.h Check for dirtied items in the cluster 2023-03-13 16:11:27 -07:00
connectivity_rtree.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
from_to_cache.cpp Clean up some auto usage 2022-08-15 11:29:45 -07:00
from_to_cache.h Auto reduction and std::shared_ptr cover types reduction. 2022-02-13 12:04:03 +00:00