kopia lustrzana https://github.com/backface/turtlestitch
				
				
				
			allow selecting the fill color in the vector editor via touch-hold gesture on touch devices
							rodzic
							
								
									c852c9849f
								
							
						
					
					
						commit
						2993c2ed81
					
				| 
						 | 
				
			
			@ -40,6 +40,7 @@
 | 
			
		|||
    * disabled dropping reporters onto message hat block input slots
 | 
			
		||||
    * fixed outdated blocks specs for "When I am ..." hat block in many translations
 | 
			
		||||
    * fixed duplicating custom block definitions that don't have a body
 | 
			
		||||
    * allow selecting the fill color in the vector editor via touch-hold gesture on touch devices
 | 
			
		||||
* **Documentation Updates:**
 | 
			
		||||
    * updated manual, thanks Brian!
 | 
			
		||||
    * updated readme, thanks, Michael!
 | 
			
		||||
| 
						 | 
				
			
			@ -47,6 +48,9 @@
 | 
			
		|||
    * German
 | 
			
		||||
    * Chinese, thanks, Simon!
 | 
			
		||||
 | 
			
		||||
### 2021-11-03
 | 
			
		||||
* sketch: allow selecting the fill color in the vector editor via touch-hold gesture on touch devices
 | 
			
		||||
 | 
			
		||||
### 2021-10-29
 | 
			
		||||
* objects: flood-fill edge case fix, thanks, Dariusz!
 | 
			
		||||
* gui: removed obsolete dev comments
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="src/lists.js?version=2021-07-19"></script>
 | 
			
		||||
        <script src="src/byob.js?version=2021-10-25"></script>
 | 
			
		||||
        <script src="src/tables.js?version=2021-05-07"></script>
 | 
			
		||||
        <script src="src/sketch.js?version=2021-07-05"></script>
 | 
			
		||||
        <script src="src/sketch.js?version=2021-11-03"></script>
 | 
			
		||||
        <script src="src/video.js?version=2019-06-27"></script>
 | 
			
		||||
        <script src="src/maps.js?version=2021-06-15"></script>
 | 
			
		||||
        <script src="src/extensions.js?version=2021-10-06"></script>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -65,7 +65,7 @@ StringMorph, detect, modules*/
 | 
			
		|||
 | 
			
		||||
/*jshint esversion: 6*/
 | 
			
		||||
 | 
			
		||||
modules.sketch = '2021-July-05';
 | 
			
		||||
modules.sketch = '2021-November-03';
 | 
			
		||||
 | 
			
		||||
// Declarations
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1316,6 +1316,9 @@ VectorPaintEditorMorph.prototype.populatePropertiesMenu = function () {
 | 
			
		|||
        }
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    // also allow selecting the fill color via touch-hold
 | 
			
		||||
    pc.colorpicker.mouseClickRight = pc.colorpicker.mouseDownRight;
 | 
			
		||||
 | 
			
		||||
    pc.colorpicker.action(new Color(0, 0, 0)); // secondary color
 | 
			
		||||
    pc.colorpicker.action('transparent', true);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue