mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Notify about seek change when using seek(QString). (#2175)
This commit is contained in:
parent
a3661fa259
commit
f65f5cab4b
@ -870,6 +870,7 @@ void CutterCore::seekAndShow(QString offset)
|
||||
void CutterCore::seek(QString thing)
|
||||
{
|
||||
cmdRaw(QString("s %1").arg(thing));
|
||||
updateSeek();
|
||||
}
|
||||
|
||||
void CutterCore::seekPrev()
|
||||
|
Loading…
Reference in New Issue
Block a user