mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Update seek after console tasks finishes (#883)
This commit is contained in:
parent
af9c5be37e
commit
55728e12b8
@ -188,6 +188,7 @@ void ConsoleWidget::executeCommand(const QString &command)
|
||||
commandTask = nullptr;
|
||||
ui->inputLineEdit->setEnabled(true);
|
||||
ui->inputLineEdit->setFocus();
|
||||
Core()->updateSeek();
|
||||
});
|
||||
connect(commandTask.data(), &CommandTask::finished, timer, &QTimer::stop);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user