Make sure filter text goes at the end.
Some platforms select-all on focus, meaning each character would replace the pre-existing string.
This commit is contained in:
parent
246f49b8cb
commit
bc69330fe0
|
@ -379,7 +379,7 @@ protected:
|
|||
if( !aEvent.ShiftDown() )
|
||||
text.MakeLower();
|
||||
|
||||
m_filterCtrl->WriteText( text );
|
||||
m_filterCtrl->AppendText( text );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue