DeviceWorkstation.st
changeset 7162 748069482527
parent 7139 2f29ef1d7392
child 7228 15b88c38dbe4
--- 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.