1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Bug 2098 - Transport toolbar - no hovertext tooltip for the Pause button

This commit is contained in:
James Crook 2019-04-25 16:34:04 +01:00
parent cf86cbc956
commit 2366075fd4

View File

@ -225,7 +225,7 @@ void ControlToolBar::Populate()
void ControlToolBar::RegenerateTooltips()
{
#if wxUSE_TOOLTIPS
for (long iWinID = ID_PLAY_BUTTON; iWinID < BUTTON_COUNT; iWinID++)
for (long iWinID = ID_PAUSE_BUTTON; iWinID < BUTTON_COUNT; iWinID++)
{
auto pCtrl = static_cast<AButton*>(this->FindWindow(iWinID));
CommandID name;