]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
History: fix copy description
authortobtoht <thotbot@protonmail.com>
Thu, 21 Oct 2021 19:49:01 +0000 (21:49 +0200)
committertobtoht <thotbot@protonmail.com>
Thu, 21 Oct 2021 19:49:01 +0000 (21:49 +0200)
src/HistoryWidget.cpp

index 17744704bc81d23b0c44ae297fe1aebda9223fc4..f8ce40f478f89625e4220bc4ed1c63f2ab1063dd 100644 (file)
@@ -157,6 +157,8 @@ void HistoryWidget::copy(copyField field) {
         switch(field) {
             case copyField::TxID:
                 return tx->hash();
+            case copyField::Description:
+                return tx->description();
             case copyField::Date:
                 return tx->timestamp().toString("yyyy-MM-dd HH:mm");
             case copyField::Amount: