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