#REFACTORING
authorStefan Vogel <sv@exept.de>
Thu, 25 Feb 2016 12:54:09 +0100
changeset 7162 748069482527
parent 7156 97b4f12aa796
child 7163 505d327a801d
#REFACTORING class: DeviceWorkstation comment/format in: #centerOfMonitorHavingPointer
DeviceWorkstation.st
--- a/DeviceWorkstation.st	Mon Feb 22 16:04:01 2016 +0100
+++ b/DeviceWorkstation.st	Thu Feb 25 12:54:09 2016 +0100
@@ -1992,7 +1992,7 @@
     pos isNil ifTrue:[
         bounds := self bounds
     ] ifFalse:[    
-        bounds:= (self monitorBoundsAt:pos).
+        bounds:= self monitorBoundsAt:pos.
     ].
     ^ bounds center rounded.