mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-15 08:32:22 -07:00
do not animate disasm load when running
This commit is contained in:
@@ -6875,7 +6875,7 @@ DF_VIEW_UI_FUNCTION_DEF(Disassembly)
|
||||
//////////////////////////////
|
||||
//- rjf: is loading -> equip view with loading information
|
||||
//
|
||||
if(is_loading)
|
||||
if(is_loading && !df_ctrl_targets_running())
|
||||
{
|
||||
df_view_equip_loading_info(view, is_loading, 0, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user