Skip to content

Commit aa1db88

Browse files
committed
Fixed Stack List locking on RegEx error
1 parent 921c969 commit aa1db88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

External/Plugins/FlashDebugger/Controls/StackframeUI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ private void FilterResults()
430430
}
431431
catch (Exception)
432432
{
433+
lv.EndUpdate();
433434
return;
434435
}
435436
}

0 commit comments

Comments
 (0)