disable completion in preview search entry, it's not helpful because of the root entries in the preloaded combobox
This commit is contained in:
parent
a1b7018cfd
commit
3f7949727c
@ -227,6 +227,7 @@ void Preview::init()
|
||||
searchTextCMB->addItem(s);
|
||||
}
|
||||
searchTextCMB->setEditText("");
|
||||
searchTextCMB->setCompleter(0);
|
||||
|
||||
layout3->addWidget(searchTextCMB);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user