mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
ShuggleGui::NameSuffix inserts a space
This commit is contained in:
@@ -2073,7 +2073,7 @@ void ShuttleGuiBase::UpdateSizersCore(bool bPrepend, int Flags, bool prompt)
|
|||||||
|
|
||||||
if ( !mItem.mNameSuffix.empty() )
|
if ( !mItem.mNameSuffix.empty() )
|
||||||
mpWind->SetName(
|
mpWind->SetName(
|
||||||
mpWind->GetName() + mItem.mNameSuffix.Translation() );
|
mpWind->GetName() + " " + mItem.mNameSuffix.Translation() );
|
||||||
|
|
||||||
if (mItem.mFocused)
|
if (mItem.mFocused)
|
||||||
mpWind->SetFocus();
|
mpWind->SetFocus();
|
||||||
|
Reference in New Issue
Block a user