diff -r 97b4f12aa796 -r 748069482527 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.