File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2162,6 +2162,8 @@ OS-update-view: func [
21622162 word: as red-word! values + FACE_OBJ_TYPE
21632163 type: symbol /resolve word /symbol
21642164
2165+ if type = screen [exit]
2166+
21652167 if all [
21662168 type = rich-text
21672169 update-rich-text state as red-block! values + FACE_OBJ_EXT3
Original file line number Diff line number Diff line change @@ -906,7 +906,7 @@ show: function [
906906 show /with f face
907907 unless face/state [return false] ;-- unviewed in child event handler
908908 ]
909- system /view/platform/refresh-window face/state/1
909+ if face /type <> 'screen [ system /view/platform/refresh-window face/state/1 ]
910910 ]
911911 if all [new? object? face/actors in face/actors 'on-created][
912912 do-safe [face/actors/on-created face none] ;@@ only called once
You can’t perform that action at this time.
0 commit comments