mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 23:34:44 +02:00
Fix visual glitch for UDL window when changing localization
Fix #10876, close #13242
This commit is contained in:
parent
fa9504d595
commit
dc0c8d6510
@ -704,6 +704,8 @@ void NativeLangSpeaker::changeUserDefineLang(UserDefineDialog *userDefineDlg)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
userDefineDlg->redraw();
|
||||
}
|
||||
|
||||
void NativeLangSpeaker::changeFindReplaceDlgLang(FindReplaceDlg & findReplaceDlg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user