mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2014-09-24 Fred Gleason <fredg@paravelsystems.com>
* Added code in 'rdlogedit/edit_log.cpp' to append a cart to the log when the 'End of Log' marker is double-clicked.
This commit is contained in:
@@ -818,7 +818,12 @@ void EditLog::selectionChangedData()
|
||||
|
||||
void EditLog::doubleClickData(QListViewItem *item)
|
||||
{
|
||||
editButtonData();
|
||||
if(item->text(12).toInt()==END_MARKER_ID) {
|
||||
insertCartButtonData();
|
||||
}
|
||||
else {
|
||||
editButtonData();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user