mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 13:42:37 +00:00
- Fix Paste action in search field
This commit is contained in:
parent
944e25a5d8
commit
fb9f2a01b5
@ -153,8 +153,8 @@ void SearchEngine::displayPatternContextMenu(QPoint) {
|
|||||||
if(act != 0) {
|
if(act != 0) {
|
||||||
if(act == &clearHistoryAct) {
|
if(act == &clearHistoryAct) {
|
||||||
searchHistory.setStringList(QStringList());
|
searchHistory.setStringList(QStringList());
|
||||||
} else if (act == &pasteAct) {
|
}
|
||||||
} else if (act == &pasteAct) {
|
else if (act == &pasteAct) {
|
||||||
search_pattern->paste();
|
search_pattern->paste();
|
||||||
}
|
}
|
||||||
else if (act == &cutAct) {
|
else if (act == &cutAct) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user