mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 16:07:04 -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();
|
fo.ResetForLevelChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SetLevel();
|
||||||
SetDictionary();
|
SetDictionary();
|
||||||
SetOrder();
|
SetOrder();
|
||||||
SetSolidBlockSize();
|
SetSolidBlockSize();
|
||||||
@@ -1223,6 +1224,7 @@ static LRESULT ComboBox_AddStringAscii(NControl::CComboBox &cb, const char *s)
|
|||||||
|
|
||||||
void CCompressDialog::SetMethod(int keepMethodId)
|
void CCompressDialog::SetMethod(int keepMethodId)
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
UInt32 level = GetLevel2();
|
UInt32 level = GetLevel2();
|
||||||
int mID = GetMethodID();
|
int mID = GetMethodID();
|
||||||
static int mID_old = 0;
|
static int mID_old = 0;
|
||||||
@@ -1238,6 +1240,7 @@ void CCompressDialog::SetMethod(int keepMethodId)
|
|||||||
SetOrder();
|
SetOrder();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
const CFormatInfo &fi = g_Formats[GetStaticFormatIndex()];
|
const CFormatInfo &fi = g_Formats[GetStaticFormatIndex()];
|
||||||
const CArcInfoEx &ai = (*ArcFormats)[GetFormatIndex()];
|
const CArcInfoEx &ai = (*ArcFormats)[GetFormatIndex()];
|
||||||
int index = FindRegistryFormat(ai.Name);
|
int index = FindRegistryFormat(ai.Name);
|
||||||
|
|||||||
Reference in New Issue
Block a user