mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 16:07:06 -06:00
Update to 7-Zip Version 18.05
This commit is contained in:
@@ -625,6 +625,7 @@ void CPanel::FoldersHistory()
|
||||
{
|
||||
CListViewDialog listViewDialog;
|
||||
listViewDialog.DeleteIsAllowed = true;
|
||||
listViewDialog.SelectFirst = true;
|
||||
LangString(IDS_FOLDERS_HISTORY, listViewDialog.Title);
|
||||
_appState->FolderHistory.GetList(listViewDialog.Strings);
|
||||
if (listViewDialog.Create(GetParent()) != IDOK)
|
||||
@@ -827,7 +828,8 @@ void CPanel::OpenFolder(int index)
|
||||
SetNewFolder(newFolder);
|
||||
LoadFullPath();
|
||||
RefreshListCtrl();
|
||||
_listView.SetItemState_Selected(_listView.GetFocusedItem());
|
||||
// 17.02: fixed : now we don't select first item
|
||||
// _listView.SetItemState_Selected(_listView.GetFocusedItem());
|
||||
_listView.EnsureVisible(_listView.GetFocusedItem(), false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user