If Ctrl-F is activated again whilst search widget is visible, then select all current text.
BUG: 374
This commit is contained in:
committed by
craig.p.drummond
parent
f9b847d040
commit
c673e074ba
@@ -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
|
||||
-----
|
||||
|
||||
@@ -161,6 +161,7 @@ void SearchWidget::activate()
|
||||
{
|
||||
bool wasActive=widgetIsActive;
|
||||
widgetIsActive=true;
|
||||
edit->selectAll();
|
||||
show();
|
||||
setFocus();
|
||||
if (wasActive!=widgetIsActive) {
|
||||
|
||||
Reference in New Issue
Block a user