Skip to content

Commit afe1b24

Browse files
committed
Add reason why default DPI setting is used
1 parent 6ef5c6c commit afe1b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/InkRecognition/uwp-app/cs/Services/Ink/InkRecognizer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class InkRecognizer
1717

1818
HttpManager httpManager;
1919

20-
// Default DPI setting
20+
// Default DPI setting to use when device displayInfo is not set
2121
float dpiX = 96.0f;
2222
float dpiY = 96.0f;
2323

0 commit comments

Comments
 (0)