mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
* GuiDelimiter.cpp: disable cut and paste inside the listviews (bug 6942).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35654 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ee7dd4a11e
commit
ee2eabd416
@ -173,6 +173,9 @@ GuiDelimiter::GuiDelimiter(GuiView & lv)
|
||||
leftLW->setViewMode(QListView::IconMode);
|
||||
rightLW->setViewMode(QListView::IconMode);
|
||||
|
||||
leftLW->setDragDropMode(QAbstractItemView::NoDragDrop);
|
||||
rightLW->setDragDropMode(QAbstractItemView::NoDragDrop);
|
||||
|
||||
initMathSymbols();
|
||||
|
||||
typedef map<char_type, QListWidgetItem *> ListItems;
|
||||
|
Loading…
Reference in New Issue
Block a user