#REFACTORING
authorStefan Vogel <sv@exept.de>
Thu, 25 Feb 2016 13:30:16 +0100
changeset 7163 505d327a801d
parent 7162 748069482527
child 7164 619a1da4c7b1
child 7167 12b5d9ffc66c
#REFACTORING class: TopView changed: #initialize
TopView.st
--- a/TopView.st	Thu Feb 25 12:54:09 2016 +0100
+++ b/TopView.st	Thu Feb 25 13:30:16 2016 +0100
@@ -804,7 +804,7 @@
     self graphicsDevice initializeTopViewHookFor:self.
 
     "/ MULTI SCREEN
-    screenCenter := self graphicsDevice centerOfMonitorHavingPointer rounded.
+    screenCenter := self graphicsDevice centerOfMonitorHavingPointer.
 
     left := screenCenter x - (width // 2).
     top := screenCenter y - (height // 2).