Skip to content

Commit

Permalink
Fixing bug that prevented showing the "Edit" checkbox next to Weight …
Browse files Browse the repository at this point in the history
…when editing multiple item set entries.
  • Loading branch information
thommcgrath committed Dec 24, 2017
1 parent e203dd9 commit 20de1f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project/Views/EntryPropertiesEditor.xojo_window
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,7 @@ End
EditMaxQuantityCheck.Visible = True
EditMinQualityCheck.Visible = True
EditMinQuantityCheck.Visible = True
EditWeightCheck.Visible = True
End If

Self.Setup()
Expand Down

0 comments on commit 20de1f7

Please sign in to comment.