Skip to content

Commit

Permalink
GNOME - Fix group row filter not applying
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Mar 8, 2023
1 parent d317ab9 commit 75f58c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NickvisionMoney.GNOME/Controls/GroupRow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ private GroupRow(Gtk.Builder builder, Group group, CultureInfo cultureAmount, Cu
_cultureDate = cultureDate;
//Build UI
builder.Connect(this);
//Filter Checkbox
_filterCheckButton.OnToggled += FilterToggled;
//Edit Button
_editButton.OnClicked += Edit;
//Delete Button
Expand Down

0 comments on commit 75f58c1

Please sign in to comment.