PT 173744488 - Set cursor at end of search box

This commit is contained in:
Nieraj Singh
2020-07-20 14:41:02 -07:00
parent 6648bf9a35
commit 8a4f46a642

View File

@@ -245,7 +245,7 @@ public class GotoSymbolSection extends WizardPageSection {
// });
pattern.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
pattern.setMessage(model.getSearchBoxHintMessage());
SwtConnect.connect(pattern, model.getSearchBox());
SwtConnect.connect(pattern, model.getSearchBox(), true);
//Favourites pulldown
if (model.getFavourites()!=null) {