mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Fix typo in DefaultPlatform getSystemZoom comment
This commit is contained in:
committed by
GitHub
parent
05f78c94f8
commit
546b4122ad
@@ -182,8 +182,8 @@ public class DefaultPlatform {
|
||||
* returning DPI directly is preferred after JEP 263.
|
||||
* </p>
|
||||
*
|
||||
* @return The zoom level where 1 means 100% (no zoom) and 125% means 25%
|
||||
* additional zoom.
|
||||
* @return The zoom level where 1.0 means 100% (no zoom) and 1.25 means
|
||||
* 125% (25% additional zoom).
|
||||
*/
|
||||
public float getSystemZoom() {
|
||||
return ZOOM_DEFAULT_SIZING;
|
||||
|
||||
Reference in New Issue
Block a user