mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Update ruler button status messages if changed by keystroke and...
... pointer is in it
This commit is contained in:
@@ -99,6 +99,11 @@ class AButton final : public wxWindow {
|
||||
void OnPaint(wxPaintEvent & event);
|
||||
void OnSize(wxSizeEvent & event);
|
||||
void OnMouseEvent(wxMouseEvent & event);
|
||||
|
||||
// Update the status bar message if the pointer is in the button.
|
||||
// Else do nothing.
|
||||
void UpdateStatus();
|
||||
|
||||
void OnCaptureLost(wxMouseCaptureLostEvent & event);
|
||||
void OnKeyDown(wxKeyEvent & event);
|
||||
void OnSetFocus(wxFocusEvent & event);
|
||||
|
||||
Reference in New Issue
Block a user