mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
fix merge build
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28581 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cc44d6cb0b
commit
f0edb3dfb3
@ -145,7 +145,7 @@ bool GuiSelectionManager::isSelected(const QModelIndex & idx)
|
||||
QModelIndexList qmil =
|
||||
selectedModel->match(selectedModel->index(0),
|
||||
Qt::DisplayRole, str, 1,
|
||||
Qt::MatchExactly | Qt::MatchWrap);
|
||||
Qt::MatchFlags(Qt::MatchExactly | Qt::MatchWrap));
|
||||
return !qmil.empty();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user