|
|
@ -127,8 +127,6 @@ namespace HexEditor.Util |
|
|
|
{ |
|
|
|
{ |
|
|
|
Editor c = (Editor)this.parent; |
|
|
|
Editor c = (Editor)this.parent; |
|
|
|
|
|
|
|
|
|
|
|
Application.DoEvents(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (c.ProgressBar != null) { |
|
|
|
if (c.ProgressBar != null) { |
|
|
|
if (percentage >= 100) { |
|
|
|
if (percentage >= 100) { |
|
|
|
if (c.InvokeRequired) |
|
|
|
if (c.InvokeRequired) |
|
|
|