commit 6418fa725d0acccb049a4d1a932a0a957582647c
parent e2f23c5dea0c2e97b8d54f6e5eba39adc732074a
Author: cfillion <cfillion@users.noreply.github.com>
Date: Fri, 8 Apr 2016 23:47:06 -0400
give focus to the browser's filter box when the clearing it
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/browser.cpp b/src/browser.cpp
@@ -114,6 +114,7 @@ void Browser::onCommand(const int id, const int event)
case IDC_CLEAR:
SetWindowText(m_filterHandle, AUTO_STR(""));
checkFilter();
+ SetFocus(m_filterHandle);
break;
case IDC_SELECT:
m_list->selectAll();