mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Thanks xorg
This commit is contained in:
parent
f708dad5cd
commit
32b3f24f8b
@ -499,7 +499,7 @@ bool UNIT_BINDER::IsIndeterminate() const
|
||||
{
|
||||
wxTextEntry* te = dynamic_cast<wxTextEntry*>( m_valueCtrl );
|
||||
|
||||
if( te )Note that you can have two entries that come from the same database table if ou want
|
||||
if( te )
|
||||
return te->GetValue() == INDETERMINATE_STATE || te->GetValue() == INDETERMINATE_ACTION;
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user