From d450044a2d87097f0c24d27ae73d7656f78bc8ad Mon Sep 17 00:00:00 2001 From: Anthony Sasadeusz Date: Sat, 19 Oct 2019 04:00:29 -0400 Subject: [PATCH] Fix PR (#1812) --- src/widgets/StackWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/StackWidget.cpp b/src/widgets/StackWidget.cpp index 6d955d8d..2c9755bd 100644 --- a/src/widgets/StackWidget.cpp +++ b/src/widgets/StackWidget.cpp @@ -159,7 +159,7 @@ void StackModel::reload() if (!refObject.isUndefined()) { // check that the key exists QString ref = refObject.toString(); if (ref.contains("ascii") && ref.count("-->") == 1) { - ref = Core()->cmd(QString("psz @ [%1]").arg(item.offset)); + ref = Core()->cmdj(QString("pszj @ [%1]").arg(item.offset)).object().value("string").toString(); } item.description = ref;