Use cmdRaw and cmdRawAt in GraphWidget

This commit is contained in:
itayc0hen 2020-03-20 20:13:58 +02:00 committed by Itay Cohen
parent fa2350dfb6
commit cb1177b35c

View File

@ -90,7 +90,7 @@ QString GraphWidget::getWidgetType()
void GraphWidget::prepareHeader()
{
QString afcf = Core()->cmd(QString("afcf @%1").arg(seekable->getOffset())).trimmed();
QString afcf = Core()->cmdRawAt("afcf", seekable->getOffset()).trimmed();
if (afcf.isEmpty()) {
header->hide();
return;