mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Revert onTextChange
This commit is contained in:
parent
3b5432912c
commit
7204cdfa96
1 changed files with 1 additions and 9 deletions
|
@ -98,15 +98,7 @@ UM.PreferencesPage
|
||||||
|
|
||||||
placeholderText: catalog.i18nc("@label:textbox", "Filter...")
|
placeholderText: catalog.i18nc("@label:textbox", "Filter...")
|
||||||
|
|
||||||
onTextChanged:
|
onTextChanged: definitionsModel.filter = {"i18n_label|i18n_description": "*" + text}
|
||||||
{
|
|
||||||
if (text !== lastFilterText)
|
|
||||||
{
|
|
||||||
lastFilterText = text;
|
|
||||||
definitionsModel.filter = {"i18n_label|i18n_description": "*" + text};
|
|
||||||
}
|
|
||||||
}
|
|
||||||
property string lastFilterText: ""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Cura.ComboBox
|
Cura.ComboBox
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue