Skip to content

Commit 6fe02c6

Browse files
authored
Eliminated compile error (#120)
1 parent 5df6b05 commit 6fe02c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/hnbrowser.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ proc draw*(self: Main) {.slot.} =
185185
# size cx"auto", cx"auto"
186186
paddingTB 5'ux, 5'ux
187187
if self.currentStory == this.state:
188-
this.userAttrs.incl Focused
188+
this.userAttrs.incl Focus
189189
else:
190-
this.userAttrs.excl Focused
190+
this.userAttrs.excl Focus
191191

192192
this.state = story
193193
onSignal(doRightClick) do(this: Button[Submission]):

0 commit comments

Comments
 (0)