mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-22 05:36:00 +03:00
ThemeDemo: typo
This commit is contained in:
parent
f1e57e6b22
commit
2776b3c87b
@ -71,7 +71,7 @@ app =
|
||||
, appStartEvent = return ()
|
||||
, appAttrMap = \s ->
|
||||
-- Note that in practice this is not ideal: we don't want
|
||||
-- to build an attribute from a theme every time this is
|
||||
-- to build an attribute map from a theme every time this is
|
||||
-- invoked, because it gets invoked once per redraw. Instead
|
||||
-- we'd build the attribute map at startup and store it in
|
||||
-- the application state. Here I just use themeToAttrMap to
|
||||
|
Loading…
Reference in New Issue
Block a user