mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 06:09:47 +02:00
Don't forget to translate
This commit is contained in:
parent
d3c0c94e17
commit
a914c92935
@ -1915,7 +1915,7 @@ wxFont &AdornedRulerPanel::GetButtonFont() const
|
||||
auto button = static_cast<Button>(ii);
|
||||
auto allowableWidth = GetButtonRect(button).GetWidth() - 2;
|
||||
// 2 corresponds with the Inflate(-1, -1)
|
||||
GetParent()->GetTextExtent(PushbuttonLabels[ii],
|
||||
GetParent()->GetTextExtent(wxGetTranslation(PushbuttonLabels[ii]),
|
||||
&width,
|
||||
&height,
|
||||
NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user