Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/barncastle/WDBXEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
tspearman@clevagroup.co.uk authored and tspearman@clevagroup.co.uk committed Aug 31, 2016
2 parents c75d209 + 52e698c commit 94d82c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions WDBXEditor/Main.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions WDBXEditor/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,8 @@ private void Replace()

private void Reload()
{
if (!isLoaded) return;

ProgressStart();
Task.Run(() => Database.LoadFiles(new string[] { LoadedEntry.FilePath }))
.ContinueWith(x =>
Expand Down

0 comments on commit 94d82c6

Please sign in to comment.