mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 15:24:35 +02:00
Fix not enough room 4 translation of "Transparency" item in Style Configurator
Fix #16549, close #16555
This commit is contained in:
parent
da579eece9
commit
703e2e1726
@ -696,6 +696,7 @@ void NativeLangSpeaker::changeConfigLang(HWND hDlg)
|
|||||||
{
|
{
|
||||||
const wchar_t *nameW = wmc.char2wchar(name, _nativeLangEncoding);
|
const wchar_t *nameW = wmc.char2wchar(name, _nativeLangEncoding);
|
||||||
::SetWindowText(hItem, nameW);
|
::SetWindowText(hItem, nameW);
|
||||||
|
resizeCheckboxRadioBtn(hItem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user