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:
parent
cf86cbc956
commit
2366075fd4
@ -225,7 +225,7 @@ void ControlToolBar::Populate()
|
|||||||
void ControlToolBar::RegenerateTooltips()
|
void ControlToolBar::RegenerateTooltips()
|
||||||
{
|
{
|
||||||
#if wxUSE_TOOLTIPS
|
#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));
|
auto pCtrl = static_cast<AButton*>(this->FindWindow(iWinID));
|
||||||
CommandID name;
|
CommandID name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user