Git commit da76482302aebbf0a31f04a1bcab9965f6b6372b by Ralf Engels. Pushed by rengels into branch 'master'. Automatically focus dropped tokens in EditFilterDialog M +2 -0 src/widgets/TokenDropTarget.cpp http://commits.kde.org/amarok/da76482302aebbf0a31f04a1bcab9965f6b6372b diff --git a/src/widgets/TokenDropTarget.cpp b/src/widgets/TokenDropTarget.cpp index 97d9ace..31031e1 100644 --- a/src/widgets/TokenDropTarget.cpp +++ b/src/widgets/TokenDropTarget.cpp @@ -305,6 +305,8 @@ TokenDropTarget::drop( Token *token, const QPoint &pos ) token->show(); update(); // count changed emit changed(); + + token->setFocus( Qt::OtherFocusReason ); // select the new token right away } bool