fix centering of edge-aligned controls

This commit is contained in:
Hakim El Hattab
2017-06-12 10:22:47 +02:00
parent 6ae4ad69d2
commit 9342d19b5a
3 changed files with 13 additions and 5 deletions

View File

@ -4965,7 +4965,7 @@
this.context.beginPath();
this.context.arc( x, y, radius, 0, Math.PI * 2, false );
this.context.lineWidth = this.thickness;
this.context.strokeStyle = '#666';
this.context.strokeStyle = 'rgba( 255, 255, 255, 0.2 )';
this.context.stroke();
if( this.playing ) {