mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28997 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7403183876
commit
d7cd83046b
@ -145,7 +145,7 @@ bool GuiSelectionManager::isSelected(const QModelIndex & idx)
|
||||
QModelIndexList qmil =
|
||||
selectedModel->match(selectedModel->index(0),
|
||||
Qt::DisplayRole, str, 1,
|
||||
Qt::MatchFlag(Qt::MatchExactly | Qt::MatchWrap));
|
||||
Qt::MatchFlags(Qt::MatchExactly | Qt::MatchWrap));
|
||||
return !qmil.empty();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user