mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
SearchToolBar: Fix updating search when changing case sensitivity
This commit is contained in:
parent
2466f790bc
commit
bdd5dee361
|
@ -113,6 +113,7 @@ void SearchToolBar::caseSensitivityChanged()
|
||||||
{
|
{
|
||||||
updateFindFlags();
|
updateFindFlags();
|
||||||
|
|
||||||
|
searchText(QString());
|
||||||
searchText(ui->lineEdit->text());
|
searchText(ui->lineEdit->text());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user