mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
CMP_TREE_MODEL: Reset SearchTextNormalized flag when a node is updated
This commit is contained in:
parent
ab73c80ee6
commit
2c3a7c9dc4
@ -199,6 +199,8 @@ void CMP_TREE_NODE_LIB_ID::Update( LIB_ALIAS* aAlias )
|
||||
for( int u = 1; u <= part->GetUnitCount(); ++u )
|
||||
AddUnit( u );
|
||||
}
|
||||
|
||||
SearchTextNormalized = false;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user