RefreshAll after executing an r2 script (#722)

This commit is contained in:
Itay Cohen 2018-09-26 22:05:32 +03:00 committed by GitHub
parent 4e71b61a8b
commit 95f4d0fbc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2123,6 +2123,7 @@ void CutterCore::loadScript(const QString &scriptname)
r_core_task_sync_begin(core_);
r_core_cmd_file(core_, scriptname.toUtf8().constData());
r_core_task_sync_end(core_);
triggerRefreshAll();
}
QString CutterCore::getVersionInformation()