Skip to content

Commit 03c57d4

Browse files
Andrin Meierretailcoder
authored andcommitted
don't execute parse on load since that's done already in App.cs (#1627)
1 parent 38fabae commit 03c57d4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

RetailCoder.VBE/UI/ToDoItems/ToDoExplorerWindow.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ public ToDoExplorerViewModel ViewModel
2323
{
2424
_viewModel = value;
2525
TodoExplorerControl.DataContext = _viewModel;
26-
if (_viewModel != null)
27-
{
28-
_viewModel.RefreshCommand.Execute(null);
29-
}
3026
}
3127
}
3228

0 commit comments

Comments
 (0)