Small bug (?) in 3-way button tool tip, occuring casually

Hi,

most of the multiple buttons show the LMB/RMB/MMB tool tip correctly. However, i have a few buttons in use, which do not show the button content. If this is not possibly a mistake by me, this maybe would be worth to be looked at.

The buttons are, however, very normal buttons containing normal stuff, but maybe it´s helpful, if i describe them. The examples show actually the LMB entry (tool tip showing name only, no LMB comment), but the other functions are visible in customize mode only.

1.: "actualize" (Go REFRESH=all) / Go Autostart (Go %path)
2.: make new dir, with name=date / select similar
3.: toggle hidden / toggle *.xxx / toggle *.xyz

So there don´t seem to be an apparent reason, for this issue to occur.

Could you paste one of the buttons which doesn't seem to work?

(Enter Customize mode, right-click the button on the toolbar, choose Copy, then paste it into a ... block in a reply here.)

[quote="nudel"]Could you paste one of the buttons which doesn't seem to work?
[/quote]

[code]<?xml version="1.0"?>

&Struktur aktualisieren
aktualisieren
#DOpusVista:refresh

&Alles aktualisieren
Inhalt beider Dateianzeigen und die Ordnerstruktur aktualisieren
#refresh

Go REFRESH=all



Autostart
Autostart
#DOpusVista:smallicons

Go "C:\Dokumente und Einstellungen..\Startmenü\Programme\Autostart"


[/code]

That´s the one button, for example.

Ah, easily fixed:
[ul][li]Put Opus in Customize mode.[/li]
[li]Right-click the Three-Button (i.e. the root item, not one of the Left/Right/Middle sub-items) and choose Edit.[/li]
[li]Remove the Tip string.[/li][/ul]If the root item has a Tip then that will be displayed instead of the tips for each of the sub-items.

[quote="nudel"]Ah, easily fixed:
[ul][li]Put Opus in Customize mode.[/li]
[li]Right-click the Three-Button (i.e. the root item, not one of the Left/Right/Middle sub-items) and choose Edit.[/li]
[li]Remove the Tip string.[/li][/ul]If the root item has a Tip then that will be displayed instead of the tips for each of the sub-items.[/quote]

Yes, that did it! thank you. I filled that field in, assuming it´s needed in order to show the tool tip.