mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2014-11-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdlogedit/drop_listview.cpp' that caused a segfault when dropping a cart on the log list.
This commit is contained in:
@@ -49,7 +49,7 @@ void DropListView::dropEvent(QDropEvent *e)
|
||||
if(RDCartDrag::decode(e,&ll)) {
|
||||
RDListViewItem *item=(RDListViewItem *)itemAt(pos);
|
||||
if(item!=NULL) {
|
||||
line=item->text(13).toInt();
|
||||
line=item->text(14).toInt();
|
||||
}
|
||||
emit cartDropped(line,&ll);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user