JMRI version: 4.13.5
Java version:?1.8.0_171
MacOS: Version 10.13
When working with Layout Editor panels, I noticed that many of the objects, like Signal Masts, had the ability to set the tooltip.? But no matter what tooltip you set, the only text that is shown is the system name.? ?I saw that the tooltip was being saved in the xml file.? This annoyed me enough that I downloaded the code and started up a debugger.? I found that the method showToolTip in?jmri.jmrit.display.layoutEditor.LayoutEditor always sets the toolTip text to the name string.? Shouldn't it test to see if the text is not null prior to over writing it with the name string?? When I introduce this change, it seemed to work.? Thought you might like to know.? Not sure if this is the place to report this.
Thanks
Jack