DeviceWorkstation.st
changeset 8864 4ef7f3f274ef
parent 8860 221bf6fa2dfc
child 8867 fde04bd5f24b
--- a/DeviceWorkstation.st	Fri Nov 15 09:45:40 2019 +0100
+++ b/DeviceWorkstation.st	Fri Nov 15 09:46:06 2019 +0100
@@ -961,7 +961,7 @@
 
 scaleFactorForRootDisplayCoordinates
     "this is the factor we need to adopt for the root display coordinates,
-     if windows did scale the application"
+     if windows did scale the application (when the app is not high DPI aware"
 
     "
         self scaleFactorForRootDisplayCoordinates              
@@ -970,6 +970,7 @@
     ^ 1@1
 
     "Created: / 14-11-2019 / 13:43:12 / Stefan Reise"
+    "Modified (comment): / 15-11-2019 / 09:42:36 / Stefan Reise"
 ! !
 
 !DeviceWorkstation class methodsFor:'standalone setup'!