xmf-xmodeler / MosaicFX

XModeler GUI on JavaFX
http://wi-inf.uni-duisburg-essen.de/LE4MM/
7 stars 2 forks source link

Multiple inheritance #311

Open MonikaKaczmarek opened 3 years ago

MonikaKaczmarek commented 3 years ago

Although one is able to state multiple inheritance, there seems to be a problem with visualising it correctly: depending on the position of a meta class being a parent, the inheritance arrow is sometimes shown, sometimes not... see exemplary screenshots:

OneParentVisuailized TwoParentsVisualized
dtoepel commented 3 years ago

If the distance is too far, the arrow disappears and the header gets a third row with the superclasses. That is meant to increase readability as the target of the arrow would be off screen. As such, the behaviour is exactly as intended.