mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Fixed focus issue after seeking around
This commit is contained in:
parent
a40cd098a6
commit
de2eff13ff
@ -796,6 +796,7 @@ void MainWindow::seek(const QString& offset, const QString& name) {
|
||||
core->seek (offset);
|
||||
|
||||
refreshMem(offset);
|
||||
this->memoryDock->disasTextEdit->setFocus();
|
||||
}
|
||||
|
||||
void MainWindow::setup_mem() {
|
||||
|
Loading…
Reference in New Issue
Block a user