Fixed TextComponent having two different positions:
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Sun, 30 Jun 2019 15:45:29 +0000 (17:45 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Sun, 30 Jun 2019 15:46:51 +0000 (17:46 +0200)
commit6cc67a41ad5cee725f1578f8a35e17cdffc6b642
tree639d8738e61f30cee92bb7f817f735f94fa52601
parent9cacd4cb7224e737acd1c6fde1342e254f900570
Fixed TextComponent having two different positions:

getPosX/Y() reported a different position than getBounds().x/y, which
could cause problems
net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/TextComponent.java