Notify about seek change when using seek(QString). (#2175)

This commit is contained in:
karliss 2020-05-02 19:10:02 +03:00 committed by GitHub
parent a3661fa259
commit f65f5cab4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -870,6 +870,7 @@ void CutterCore::seekAndShow(QString offset)
void CutterCore::seek(QString thing)
{
cmdRaw(QString("s %1").arg(thing));
updateSeek();
}
void CutterCore::seekPrev()