]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert Unnecessary Changes 2163/head
authorkusumotonorio <47816570+kusumotonorio@users.noreply.github.com>
Sat, 10 Aug 2019 13:12:52 +0000 (22:12 +0900)
committerkusumotonorio <47816570+kusumotonorio@users.noreply.github.com>
Sat, 10 Aug 2019 13:12:52 +0000 (22:12 +0900)
basis/ui/backend/cocoa/views/views.factor
basis/ui/gadgets/editors/editors.factor

index 250e00f775a031e9e8476a580cbc910cc3a07a22..09cc68424d0c00ccaba6cf9eb91c2e638e750e12 100644 (file)
@@ -15,6 +15,8 @@ ui.backend.cocoa.input-methods.editors io.encodings.utf16n
 io.encodings.string classes.struct ;
 IN: ui.backend.cocoa.views
 
+SLOT: window
+
 : send-mouse-moved ( view event -- )
     [ mouse-location ] [ drop window ] 2bi
     [ move-hand fire-motion yield ] [ drop ] if* ;
index 772e7891937c699dc1873bebcc051ceb3ab1f386..143c9d6f2de8214b6c0969e1ca4d0959482b9df6 100644 (file)
@@ -22,7 +22,7 @@ TUPLE: editor < line-gadget
     preedit-underlines ;
 
 M: editor preedit? preedit-start>> [ t ] [ f ] if ;
+
 <PRIVATE
 
 : <loc> ( -- loc ) { 0 0 } <model> ;