Skip to content

Commit

Permalink
Closes #855: Incorrect text color
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed Jul 19, 2024
1 parent f2731cb commit 078df6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ux/updatable_library_cell.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func newUpdatableLibraryCell(lib *gurps.Library, title *unison.Label, rel gurps.

func (c *updatableLibraryCell) updateForeground(fg unison.Ink) {
c.title.OnBackgroundInk = fg
c.title.SetTitle(c.title.String())
}

func (c *updatableLibraryCell) mouseDown(where unison.Point, btn, clickCount int, mod unison.Modifiers) bool {
Expand Down

0 comments on commit 078df6b

Please sign in to comment.