Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit e51144a

Browse files
committed
Fix: InvalidOperationException when opening XML file in HexEditor when it was already open in normal XML editor.
1 parent bc3ac0c commit e51144a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/AddIns/DisplayBindings/HexEditor/Project/Src/Util/BufferManager.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ private void UpdateProgress(int percentage)
127127
{
128128
Editor c = (Editor)this.parent;
129129

130-
Application.DoEvents();
131-
132130
if (c.ProgressBar != null) {
133131
if (percentage >= 100) {
134132
if (c.InvokeRequired)

0 commit comments

Comments
 (0)