1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-24 15:11:11 +01:00

Fixes for ControlToolBar tooltips with keyboard shortcuts not working correctly in some languages, and for tooltips being updated without having to exit and restart.

This commit is contained in:
v.audacity
2013-07-30 00:36:57 +00:00
parent 8ae5acb310
commit c52f2d3b12
2 changed files with 24 additions and 7 deletions

View File

@@ -123,6 +123,8 @@ class ControlToolBar:public ToolBar {
// Activate ergonomic order for transport buttons
bool mErgonomicTransportButtons;
wxString mStrLocale; // standard locale abbreviation
//wxBoxSizer *mBatchGroup;
wxBoxSizer *mSizer;