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)
commit66f8cbab0c292761a8a34f5c5e2d5e4434672d44
tree11fa4838358755d7b142beabc12a98d07b78a882
parent0a1ad6fc73fbc0f22391d560d2501b2b3a73381c
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