mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 03:14:59 -06:00
fix Bug #144
This commit is contained in:
@@ -968,6 +968,7 @@ bool CCompressDialog::OnCommand(int code, int itemID, LPARAM lParam)
|
||||
fo.ResetForLevelChange();
|
||||
}
|
||||
|
||||
SetLevel();
|
||||
SetDictionary();
|
||||
SetOrder();
|
||||
SetSolidBlockSize();
|
||||
@@ -1223,6 +1224,7 @@ static LRESULT ComboBox_AddStringAscii(NControl::CComboBox &cb, const char *s)
|
||||
|
||||
void CCompressDialog::SetMethod(int keepMethodId)
|
||||
{
|
||||
/*
|
||||
UInt32 level = GetLevel2();
|
||||
int mID = GetMethodID();
|
||||
static int mID_old = 0;
|
||||
@@ -1238,6 +1240,7 @@ void CCompressDialog::SetMethod(int keepMethodId)
|
||||
SetOrder();
|
||||
return;
|
||||
}
|
||||
*/
|
||||
const CFormatInfo &fi = g_Formats[GetStaticFormatIndex()];
|
||||
const CArcInfoEx &ai = (*ArcFormats)[GetFormatIndex()];
|
||||
int index = FindRegistryFormat(ai.Name);
|
||||
|
||||
Reference in New Issue
Block a user