This commit is contained in:
Kevin Cotugno 2017-12-30 11:25:56 -08:00
parent 1a58ef2acb
commit 958afee6c6

View File

@ -13,8 +13,8 @@ type ListEntry interface {
type ListWidget struct {
Style Style
blockLock sync.Mutex
block Block
blockLock sync.Mutex
block Block
attributesLock sync.Mutex
attributes Attributes