Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Fixed bindingexpression error with projectcolorpicker itemssource (win)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrekV committed May 30, 2018
1 parent 81007c5 commit b6566bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public partial class ProjectColorPicker

public ProjectColorPicker()
{
this.DataContext = this;
this.InitializeComponent();

Toggl.OnDisplayProjectColors += this.onDisplayProjectColors;
Expand Down

0 comments on commit b6566bc

Please sign in to comment.