mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Small dot in corner was not visible"
This commit is contained in:
commit
dac3ee49ae
@ -813,7 +813,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
||||
// enabled. The dot is actually a zero-width, zero-height rectangle, placed at the
|
||||
// lower-right corner of the canvas, painted with a non-zero border width.
|
||||
paint.setStrokeWidth(3);
|
||||
canvas.drawRect(width, height, width, height, paint);
|
||||
canvas.drawRect(width - 1, height - 1, width, height, paint);
|
||||
}
|
||||
paint.setColor(savedColor);
|
||||
paint.setStyle(savedStyle);
|
||||
|
Loading…
Reference in New Issue
Block a user