mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Make the auto-completion case-insensitive.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32909 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7ef85f0d0a
commit
ecc2b2f2e0
@ -165,6 +165,7 @@ GuiCompleter::GuiCompleter(GuiWorkArea * gui, QObject * parent)
|
||||
model_ = new GuiCompletionModel(this, 0);
|
||||
setModel(model_);
|
||||
setCompletionMode(QCompleter::PopupCompletion);
|
||||
setCaseSensitivity(Qt::CaseInsensitive);
|
||||
setWidget(gui_);
|
||||
|
||||
// create the popup
|
||||
|
Loading…
Reference in New Issue
Block a user