From 2366075fd4347006dac23a54db7159351280105e Mon Sep 17 00:00:00 2001 From: James Crook Date: Thu, 25 Apr 2019 16:34:04 +0100 Subject: [PATCH] Bug 2098 - Transport toolbar - no hovertext tooltip for the Pause button --- src/toolbars/ControlToolBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbars/ControlToolBar.cpp b/src/toolbars/ControlToolBar.cpp index 3ebbfa123..0b1dcbaea 100644 --- a/src/toolbars/ControlToolBar.cpp +++ b/src/toolbars/ControlToolBar.cpp @@ -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(this->FindWindow(iWinID)); CommandID name;