mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-31 08:37:26 +00:00
RefreshAll after executing an r2 script (#722)
This commit is contained in:
parent
4e71b61a8b
commit
95f4d0fbc4
@ -2123,6 +2123,7 @@ void CutterCore::loadScript(const QString &scriptname)
|
|||||||
r_core_task_sync_begin(core_);
|
r_core_task_sync_begin(core_);
|
||||||
r_core_cmd_file(core_, scriptname.toUtf8().constData());
|
r_core_cmd_file(core_, scriptname.toUtf8().constData());
|
||||||
r_core_task_sync_end(core_);
|
r_core_task_sync_end(core_);
|
||||||
|
triggerRefreshAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
QString CutterCore::getVersionInformation()
|
QString CutterCore::getVersionInformation()
|
||||||
|
Loading…
Reference in New Issue
Block a user