#DOCUMENTATION by Stefan Reise
authorsr
Fri, 15 Nov 2019 09:46:06 +0100
changeset 8864 4ef7f3f274ef
parent 8863 3552fb896324
child 8865 62e5d5311788
#DOCUMENTATION by Stefan Reise class: DeviceWorkstation class comment/format in: #scaleFactorForRootDisplayCoordinates
DeviceWorkstation.st
--- 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'!