Uwe Stöhr wrote: > We also have a new crash bug that even occurs in branch: > http://www.lyx.org/trac/ticket/6942
this patch (against branch) should fix that. Jürgen
Index: src/frontends/qt4/GuiDelimiter.cpp =================================================================== --- src/frontends/qt4/GuiDelimiter.cpp (Revision 35601) +++ src/frontends/qt4/GuiDelimiter.cpp (Arbeitskopie) @@ -173,6 +173,9 @@ leftLW->setViewMode(QListView::IconMode); rightLW->setViewMode(QListView::IconMode); + leftLW->setDragDropMode(QAbstractItemView::NoDragDrop); + rightLW->setDragDropMode(QAbstractItemView::NoDragDrop); + initMathSymbols(); typedef map<char_type, QListWidgetItem *> ListItems;