You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will lead to if (!actor_found || (lut_enabled_ && add_lut)); which leads to a bug because the look-up table can't be deleted (because it doesn't exist).
The text was updated successfully, but these errors were encountered:
Test case of #1241 was incomplete, the last section of updateLookUpTableDisplay can be faulty;
This will lead to
if (!actor_found || (lut_enabled_ && add_lut))
; which leads to a bug because the look-up table can't be deleted (because it doesn't exist).The text was updated successfully, but these errors were encountered: