From 078df6bab2c4f94fbb3a01929662f532e8668f42 Mon Sep 17 00:00:00 2001 From: Richard Wilkes Date: Fri, 19 Jul 2024 14:17:36 -0700 Subject: [PATCH] Closes #855: Incorrect text color --- ux/updatable_library_cell.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ux/updatable_library_cell.go b/ux/updatable_library_cell.go index 4ddc0214..52a9e615 100644 --- a/ux/updatable_library_cell.go +++ b/ux/updatable_library_cell.go @@ -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 {