Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Fix flag in layout-space-begin call
Browse files Browse the repository at this point in the history
  • Loading branch information
wasamasa committed Jun 17, 2016
1 parent 8ca6ff8 commit 9bf3baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/node-editor/node-editor.scm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
(let ((input (nk:context-input context))
(canvas (nk:window-canvas context))
(total-space (nk:window-content-region context)))
(nk:layout-space-begin context #t (nk:rect-h total-space) 42)
(nk:layout-space-begin context #f (nk:rect-h total-space) 42)

(let ((size (nk:layout-space-bounds context))
(updated #f))
Expand Down

0 comments on commit 9bf3baa

Please sign in to comment.