Fix selection rendering
							parent
							
								
									cb56943f81
								
							
						
					
					
						commit
						9de02d01c5
					
				| 
						 | 
					@ -235,10 +235,11 @@ M: editor ungraft*
 | 
				
			||||||
    editor get selection-color>> gl-color
 | 
					    editor get selection-color>> gl-color
 | 
				
			||||||
    editor get selection-start/end
 | 
					    editor get selection-start/end
 | 
				
			||||||
    over first [
 | 
					    over first [
 | 
				
			||||||
        2dup [
 | 
					        2dup '[
 | 
				
			||||||
 | 
					            [ _ _ ] dip
 | 
				
			||||||
            draw-selected-line
 | 
					            draw-selected-line
 | 
				
			||||||
            1 translate-lines
 | 
					            1 translate-lines
 | 
				
			||||||
        ] with with each-line
 | 
					        ] each-line
 | 
				
			||||||
    ] with-editor-translation ;
 | 
					    ] with-editor-translation ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
M: editor draw-gadget*
 | 
					M: editor draw-gadget*
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue