mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Revert r32909: make input completion case sensitive again.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35864 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
49beed7437
commit
e52a8ba627
@ -162,7 +162,7 @@ GuiCompleter::GuiCompleter(GuiWorkArea * gui, QObject * parent)
|
|||||||
model_ = new GuiCompletionModel(this, 0);
|
model_ = new GuiCompletionModel(this, 0);
|
||||||
setModel(model_);
|
setModel(model_);
|
||||||
setCompletionMode(QCompleter::PopupCompletion);
|
setCompletionMode(QCompleter::PopupCompletion);
|
||||||
setCaseSensitivity(Qt::CaseInsensitive);
|
setCaseSensitivity(Qt::CaseSensitive);
|
||||||
setWidget(gui_);
|
setWidget(gui_);
|
||||||
|
|
||||||
// create the popup
|
// create the popup
|
||||||
|
Loading…
Reference in New Issue
Block a user