Fix Symbol Editor crash from stale search-term span
Fixes https://gitlab.com/kicad/code/kicad/-/work_items/23429
This commit is contained in:
@@ -151,7 +151,7 @@ public:
|
||||
bool m_IsAlreadyPlacedGroup;
|
||||
|
||||
protected:
|
||||
std::span<SEARCH_TERM> m_sourceSearchTerms;
|
||||
std::vector<SEARCH_TERM> m_sourceSearchTerms;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user