1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-14 15:27:27 +01:00

Merge pull request #104

f38c6f4 History: sort by date actually sorts by datetime (Ilya Kitaev)
This commit is contained in:
Riccardo Spagni 2016-11-05 10:12:06 +02:00
commit f77033405c
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -394,8 +394,8 @@ Rectangle {
model.sortRole = TransactionHistoryModel.TransactionPaymentIdRole
break;
case 1:
// Date;
model.sortRole = TransactionHistoryModel.TransactionDateRole
// Date (actually sort by timestamp as we want to have transactions sorted within one day as well);
model.sortRole = TransactionHistoryModel.TransactionTimeStampRole
break;
case 2:
// BlockHeight;