If Ctrl-F is activated again whilst search widget is visible, then select all current text.

BUG: 374
This commit is contained in:
craig.p.drummond
2013-12-31 09:23:18 +00:00
committed by craig.p.drummond
parent f9b847d040
commit c673e074ba
2 changed files with 3 additions and 0 deletions

View File

@@ -35,6 +35,8 @@
6. Fix truncated files served from internal HTTP server.
7. When adding songs to an existing play lists, dont allow play list files to
be added.
8. If Ctrl-F is activated again whilst search widget is visible, then select
all current text.
1.2.1
-----

View File

@@ -161,6 +161,7 @@ void SearchWidget::activate()
{
bool wasActive=widgetIsActive;
widgetIsActive=true;
edit->selectAll();
show();
setFocus();
if (wasActive!=widgetIsActive) {