Skip to content

Commit

Permalink
FIX: issue red#3693 ([View] actors format inconsistency between VID a…
Browse files Browse the repository at this point in the history
…nd make-face)
  • Loading branch information
dockimbel committed Jan 3, 2019
1 parent 80f208d commit 0fb7391
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modules/view/view.red
Original file line number Diff line number Diff line change
Expand Up @@ -901,13 +901,13 @@ make-face: func [
]
face: make face! copy/deep model/template

if spec [
opts: svv/opts-proto
css: make block! 2
spec: svv/fetch-options/no-skip face opts model blk css no
if model/init [do bind model/init 'face]
svv/process-reactors
]
unless spec [blk: []]
opts: svv/opts-proto
css: make block! 2
spec: svv/fetch-options/no-skip face opts model blk css no
if model/init [do bind model/init 'face]
svv/process-reactors

if offset [face/offset: xy]
if size [face/size: wh]
face
Expand Down

0 comments on commit 0fb7391

Please sign in to comment.