show hints instantly
This commit is contained in:
parent
b662011045
commit
241e3749b2
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ void __fastcall TConfigForm::RestoreDefaultsBtnClick(TObject *Sender)
|
||||||
void TConfigForm::ApplyTranslation(TIniFile *ini)
|
void TConfigForm::ApplyTranslation(TIniFile *ini)
|
||||||
{
|
{
|
||||||
Application->HintHidePause = 100 * 1000;
|
Application->HintHidePause = 100 * 1000;
|
||||||
|
Application->HintPause = 0;
|
||||||
|
|
||||||
auto lang = LowerCase(ini->ReadString("ddraw", "configlang", "auto"));
|
auto lang = LowerCase(ini->ReadString("ddraw", "configlang", "auto"));
|
||||||
int priID = SysLocale.PriLangID;
|
int priID = SysLocale.PriLangID;
|
||||||
|
|
Loading…
Reference in a new issue