a0236113da
We call 'RecalculateRatsnest' in multiple locations, this will invalidate various pointers needed by VIEW::Redraw(). When this is called through the normal connectivity routines, we have the mutex locked to prevent conflict but we've added more locations that update just the Ratsnest. The std::adopt_lock should take over the existing lock when needed Fixes https://gitlab.com/kicad/code/kicad/issues/13011 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
connectivity_algo.cpp | ||
connectivity_algo.h | ||
connectivity_data.cpp | ||
connectivity_data.h | ||
connectivity_items.cpp | ||
connectivity_items.h | ||
connectivity_rtree.h | ||
from_to_cache.cpp | ||
from_to_cache.h |