mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00: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
|
//- 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);
|
df_view_equip_loading_info(view, is_loading, 0, 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user