mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
Fix Omnibar
This commit is contained in:
parent
2a7d2b79b6
commit
fab611f1b0
@ -174,9 +174,7 @@ void Omnibar::on_gotoEntry_returnPressed()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//CutterCore::getInstance()->seek(CutterCore::getInstance()->cmd("?v " + this->text()), this->text());
|
Core()->seek(text());
|
||||||
QString off = CutterCore::getInstance()->cmd("afo " + this->text());
|
|
||||||
CutterCore::getInstance()->seek(off.trimmed().toInt());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user