Bug #11021 2007-05-08 19:16

killerbot

lack of 2 tooltips

a very easy, and very small bug (sort of) :

In the tools tab, there are 5 buttons, 2 of them are missing their tooltip.

The ones with tooltip are :

wxMenuBar

wxToolBar

wxStatusBar

Cheers,

Lieven

Category
Plugin::wxSmith
Group
 
Status
Closed
Close date
2007-06-02 11:43
Assigned to
byo
byo 2007-06-02 11:43

This is not a bug. I assume that you tested in on resource using xrc file because resource without it has all tooltips available.

Those buttons without tooltip are not available inside xrc files because they are either not supported (like wxTimer) or may cause some problems (like memory leaks for wxMenu not inside wxMenuBar). Currently these buttons are disabled and there's no tooltip for them, maybe it would be better just to remove them from palette o I'll switch to this scheme.