mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 02:25:26 +00:00
Use cmdRaw and cmdRawAt in GraphWidget
This commit is contained in:
parent
fa2350dfb6
commit
cb1177b35c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user